Html Css Color HEX #045199 Cobalt

📋 copy color: '#045199'

red 4 ◦ green 81 ◦ blue 153

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

Shades of Cobalt #045199

Tints of Cobalt #045199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.29%

R = 1.68%
G = 34.03%
B = 64.29%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#045199 (or 0x045199) is known color: Cobalt. HEX triplet: 04, 51 and 99. RGB value is (4,81,153). Sum of RGB (Red+Green+Blue) = 4+81+153=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #045199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045199 is #FBAE66. Grayscale: #414141. Windows color (decimal): -16494183 or 10047748. OLE color: 10047748.

HSL color Cylindrical-coordinate representation of color #045199: hue angle of 208.99º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045199 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 81 153 -
CMYK 0.97 0.47 0 0.4
HSL 208.99º 0.95% 0.31% -
HSV(B) 208.99º 0.97% 0.6% -
XYZ 8.74 8.21 31.26 -
YUV 66.19 176.99 83.65 -
System Red Green Blue C M Y K H S L
Decimal 4 81 153 0.97 0.47 0 0.4 208.99 0.95 0.31
Hex 4 51 99 61 2F 0 28 D1 5F 1F
Octal 4 121 231 141 57 0 50 321 137 37
Binary 100 1010001 10011001 1100001 101111 0 101000 11010001 1011111 11111

Color Harmonies of #045199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045199

Black with #045199

Text Example


Text Example

White with #045199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045199; }

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

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

background-color css

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

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

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

border-color css

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

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

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