Html Css Color HEX #0140AA Cobalt

📋 copy color: '#0140AA'

red 1 ◦ green 64 ◦ blue 170

#0140AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0140AA

Tints of Cobalt #0140AA

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

 GREEN value IS 64 (25.39% from 255) = 27.23%

 BLUE value IS 170 (66.8% from 255) = 72.34%

R = 0.43%
G = 27.23%
B = 72.34%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0140AA (or 0x0140AA) is known color: Cobalt. HEX triplet: 01, 40 and AA. RGB value is (1,64,170). Sum of RGB (Red+Green+Blue) = 1+64+170=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #0140AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0140AA is #FEBF55. Grayscale: #383838. Windows color (decimal): -16695126 or 11157505. OLE color: 11157505.

HSL color Cylindrical-coordinate representation of color #0140AA: hue angle of 217.63º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0140AA is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 64 170 -
CMYK 0.99 0.62 0 0.33
HSL 217.63º 0.99% 0.34% -
HSV(B) 217.63º 0.99% 0.67% -
XYZ 9.1 6.58 38.82 -
YUV 57.25 191.63 87.88 -
System Red Green Blue C M Y K H S L
Decimal 1 64 170 0.99 0.62 0 0.33 217.63 0.99 0.34
Hex 1 40 AA 63 3E 0 21 DA 63 22
Octal 1 100 252 143 76 0 41 332 143 42
Binary 1 1000000 10101010 1100011 111110 0 100001 11011010 1100011 100010

Color Harmonies of #0140AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0140AA

Black with #0140AA

Text Example


Text Example

White with #0140AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0140AA; }

 p { color: rgb(1,64,170); }

 H1.HeaderClassName
 {
   color: #0140AA;
 }
 .AnyTagClassName
 {
   color: #0140AA;
 }
</style>

background-color css

<style>
 a { background-color: #0140AA; }

 a { background-color: rgb(1,64,170); }

 div.DivClassName
 {
   background-color: #0140AA;
 }
 .BgClassName
 {
   background-color: #0140AA;
 }
</style>

border-color css

<style>
 span { border-color: #0140AA; }

 span { border-color: rgb(1,64,170); }

 td.TdClassName
 {
   border-color: #0140AA;
 }
 .TagClassName
 {
   border-color: #0140AA;
 }
</style>