Html Css Color HEX #045197 Cobalt

📋 copy color: '#045197'

red 4 ◦ green 81 ◦ blue 151

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

Shades of Cobalt #045197

Tints of Cobalt #045197

RGB

 RED value IS 4 (1.95% from 255) = 1.69%

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

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

R = 1.69%
G = 34.32%
B = 63.98%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#045197 (or 0x045197) is known color: Cobalt. HEX triplet: 04, 51 and 97. RGB value is (4,81,151). Sum of RGB (Red+Green+Blue) = 4+81+151=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #045197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045197 is #FBAE68. Grayscale: #414141. Windows color (decimal): -16494185 or 9916676. OLE color: 9916676.

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

Color convert

RGB 4 81 151 -
CMYK 0.97 0.46 0 0.41
HSL 208.57º 0.95% 0.3% -
HSV(B) 208.57º 0.97% 0.59% -
XYZ 8.58 8.15 30.4 -
YUV 65.96 175.99 83.81 -
System Red Green Blue C M Y K H S L
Decimal 4 81 151 0.97 0.46 0 0.41 208.57 0.95 0.3
Hex 4 51 97 61 2E 0 29 D1 5F 1E
Octal 4 121 227 141 56 0 51 321 137 36
Binary 100 1010001 10010111 1100001 101110 0 101001 11010001 1011111 11110

Color Harmonies of #045197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045197

Black with #045197

Text Example


Text Example

White with #045197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045197; }

 p { color: rgb(4,81,151); }

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

background-color css

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

 a { background-color: rgb(4,81,151); }

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

border-color css

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

 span { border-color: rgb(4,81,151); }

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