Html Css Color HEX #045498 Cobalt

📋 copy color: '#045498'

red 4 ◦ green 84 ◦ blue 152

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

Shades of Cobalt #045498

Tints of Cobalt #045498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 152 (59.77% from 255) = 63.33%

R = 1.67%
G = 35%
B = 63.33%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#045498 (or 0x045498) is known color: Cobalt. HEX triplet: 04, 54 and 98. RGB value is (4,84,152). Sum of RGB (Red+Green+Blue) = 4+84+152=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #045498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045498 is #FBAB67. Grayscale: #434343. Windows color (decimal): -16493416 or 9982980. OLE color: 9982980.

HSL color Cylindrical-coordinate representation of color #045498: hue angle of 207.57º 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 #045498 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 84 152 -
CMYK 0.97 0.45 0 0.40
HSL 207.57º 0.95% 0.31% -
HSV(B) 207.57º 0.97% 0.6% -
XYZ 8.89 8.63 30.9 -
YUV 67.83 175.5 82.47 -
System Red Green Blue C M Y K H S L
Decimal 4 84 152 0.97 0.45 0 0.40 207.57 0.95 0.31
Hex 4 54 98 61 2D 0 28 D0 5F 1F
Octal 4 124 230 141 55 0 50 320 137 37
Binary 100 1010100 10011000 1100001 101101 0 101000 11010000 1011111 11111

Color Harmonies of #045498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045498

Black with #045498

Text Example


Text Example

White with #045498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045498; }

 p { color: rgb(4,84,152); }

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

background-color css

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

 a { background-color: rgb(4,84,152); }

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

border-color css

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

 span { border-color: rgb(4,84,152); }

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