Html Css Color HEX #045C99 Cobalt

📋 copy color: '#045C99'

red 4 ◦ green 92 ◦ blue 153

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

Shades of Cobalt #045C99

Tints of Cobalt #045C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.95%

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

R = 1.61%
G = 36.95%
B = 61.45%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#045C99 (or 0x045C99) is known color: Cobalt. HEX triplet: 04, 5C and 99. RGB value is (4,92,153). Sum of RGB (Red+Green+Blue) = 4+92+153=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #045C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045C99 is #FBA366. Grayscale: #484848. Windows color (decimal): -16491367 or 10050564. OLE color: 10050564.

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

Color convert

RGB 4 92 153 -
CMYK 0.97 0.40 0 0.4
HSL 204.56º 0.95% 0.31% -
HSV(B) 204.56º 0.97% 0.6% -
XYZ 9.63 9.98 31.56 -
YUV 72.64 173.35 79.04 -
System Red Green Blue C M Y K H S L
Decimal 4 92 153 0.97 0.40 0 0.4 204.56 0.95 0.31
Hex 4 5C 99 61 28 0 28 CD 5F 1F
Octal 4 134 231 141 50 0 50 315 137 37
Binary 100 1011100 10011001 1100001 101000 0 101000 11001101 1011111 11111

Color Harmonies of #045C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045C99

Black with #045C99

Text Example


Text Example

White with #045C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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