Html Css Color HEX #0040AA Cobalt

📋 copy color: '#0040AA'

red 0 ◦ green 64 ◦ blue 170

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

Shades of Cobalt #0040AA

Tints of Cobalt #0040AA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 27.35%
B = 72.65%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0040AA (or 0x0040AA) is known color: Cobalt. HEX triplet: 00, 40 and AA. RGB value is (0,64,170). Sum of RGB (Red+Green+Blue) = 0+64+170=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #0040AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0040AA is #FFBF55. Grayscale: #383838. Windows color (decimal): -16760662 or 11157504. OLE color: 11157504.

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

Color convert

RGB 0 64 170 -
CMYK 1 0.62 0 0.33
HSL 217.41º 1% 0.33% -
HSV(B) 217.41º 1% 0.67% -
XYZ 9.09 6.57 38.82 -
YUV 56.95 191.8 87.38 -
System Red Green Blue C M Y K H S L
Decimal 0 64 170 1 0.62 0 0.33 217.41 1 0.33
Hex 0 40 AA 64 3E 0 21 D9 64 21
Octal 0 100 252 144 76 0 41 331 144 41
Binary 0 1000000 10101010 1100100 111110 0 100001 11011001 1100100 100001

Color Harmonies of #0040AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0040AA

Black with #0040AA

Text Example


Text Example

White with #0040AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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