Html Css Color HEX #0054AA Cobalt

📋 copy color: '#0054AA'

red 0 ◦ green 84 ◦ blue 170

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

Shades of Cobalt #0054AA

Tints of Cobalt #0054AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 0%
G = 33.07%
B = 66.93%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0054AA (or 0x0054AA) is known color: Cobalt. HEX triplet: 00, 54 and AA. RGB value is (0,84,170). Sum of RGB (Red+Green+Blue) = 0+84+170=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #0054AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0054AA is #FFAB55. Grayscale: #444444. Windows color (decimal): -16755542 or 11162624. OLE color: 11162624.

HSL color Cylindrical-coordinate representation of color #0054AA: hue angle of 210.35º 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 #0054AA is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 84 170 -
CMYK 1 0.51 0 0.33
HSL 210.35º 1% 0.33% -
HSV(B) 210.35º 1% 0.67% -
XYZ 10.43 9.24 39.26 -
YUV 68.69 185.17 79.01 -
System Red Green Blue C M Y K H S L
Decimal 0 84 170 1 0.51 0 0.33 210.35 1 0.33
Hex 0 54 AA 64 33 0 21 D2 64 21
Octal 0 124 252 144 63 0 41 322 144 41
Binary 0 1010100 10101010 1100100 110011 0 100001 11010010 1100100 100001

Color Harmonies of #0054AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0054AA

Black with #0054AA

Text Example


Text Example

White with #0054AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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