Html Css Color HEX #004597 Cobalt

📋 copy color: '#004597'

red 0 ◦ green 69 ◦ blue 151

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

Shades of Cobalt #004597

Tints of Cobalt #004597

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

 BLUE value IS 151 (59.38% from 255) = 68.64%

R = 0%
G = 31.36%
B = 68.64%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#004597 (or 0x004597) is known color: Cobalt. HEX triplet: 00, 45 and 97. RGB value is (0,69,151). Sum of RGB (Red+Green+Blue) = 0+69+151=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #004597 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004597 is #FFBA68. Grayscale: #393939. Windows color (decimal): -16759401 or 9913600. OLE color: 9913600.

HSL color Cylindrical-coordinate representation of color #004597: hue angle of 212.58º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004597 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 69 151 -
CMYK 1 0.54 0 0.41
HSL 212.58º 1% 0.3% -
HSV(B) 212.58º 1% 0.59% -
XYZ 7.71 6.49 30.12 -
YUV 57.72 180.64 86.83 -
System Red Green Blue C M Y K H S L
Decimal 0 69 151 1 0.54 0 0.41 212.58 1 0.3
Hex 0 45 97 64 36 0 29 D5 64 1E
Octal 0 105 227 144 66 0 51 325 144 36
Binary 0 1000101 10010111 1100100 110110 0 101001 11010101 1100100 11110

Color Harmonies of #004597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004597

Black with #004597

Text Example


Text Example

White with #004597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004597; }

 p { color: rgb(0,69,151); }

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

background-color css

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

 a { background-color: rgb(0,69,151); }

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

border-color css

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

 span { border-color: rgb(0,69,151); }

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