Html Css Color HEX #0051AA Cobalt

📋 copy color: '#0051AA'

red 0 ◦ green 81 ◦ blue 170

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

Shades of Cobalt #0051AA

Tints of Cobalt #0051AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.27%

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

R = 0%
G = 32.27%
B = 67.73%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0051AA (or 0x0051AA) is known color: Cobalt. HEX triplet: 00, 51 and AA. RGB value is (0,81,170). Sum of RGB (Red+Green+Blue) = 0+81+170=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #0051AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0051AA is #FFAE55. Grayscale: #424242. Windows color (decimal): -16756310 or 11161856. OLE color: 11161856.

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

Color convert

RGB 0 81 170 -
CMYK 1 0.52 0 0.33
HSL 211.41º 1% 0.33% -
HSV(B) 211.41º 1% 0.67% -
XYZ 10.2 8.79 39.19 -
YUV 66.93 186.16 80.26 -
System Red Green Blue C M Y K H S L
Decimal 0 81 170 1 0.52 0 0.33 211.41 1 0.33
Hex 0 51 AA 64 34 0 21 D3 64 21
Octal 0 121 252 144 64 0 41 323 144 41
Binary 0 1010001 10101010 1100100 110100 0 100001 11010011 1100100 100001

Color Harmonies of #0051AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0051AA

Black with #0051AA

Text Example


Text Example

White with #0051AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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