Html Css Color HEX #0057AA Cobalt

📋 copy color: '#0057AA'

red 0 ◦ green 87 ◦ blue 170

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

Shades of Cobalt #0057AA

Tints of Cobalt #0057AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.85%

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

R = 0%
G = 33.85%
B = 66.15%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0057AA (or 0x0057AA) is known color: Cobalt. HEX triplet: 00, 57 and AA. RGB value is (0,87,170). Sum of RGB (Red+Green+Blue) = 0+87+170=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #0057AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0057AA is #FFA855. Grayscale: #464646. Windows color (decimal): -16754774 or 11163392. OLE color: 11163392.

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

Color convert

RGB 0 87 170 -
CMYK 1 0.49 0 0.33
HSL 209.29º 1% 0.33% -
HSV(B) 209.29º 1% 0.67% -
XYZ 10.66 9.72 39.34 -
YUV 70.45 184.18 77.75 -
System Red Green Blue C M Y K H S L
Decimal 0 87 170 1 0.49 0 0.33 209.29 1 0.33
Hex 0 57 AA 64 31 0 21 D1 64 21
Octal 0 127 252 144 61 0 41 321 144 41
Binary 0 1010111 10101010 1100100 110001 0 100001 11010001 1100100 100001

Color Harmonies of #0057AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0057AA

Black with #0057AA

Text Example


Text Example

White with #0057AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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