Html Css Color HEX #04509C Cobalt

📋 copy color: '#04509C'

red 4 ◦ green 80 ◦ blue 156

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

Shades of Cobalt #04509C

Tints of Cobalt #04509C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 156 (61.33% from 255) = 65%

R = 1.67%
G = 33.33%
B = 65%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04509C (or 0x04509C) is known color: Cobalt. HEX triplet: 04, 50 and 9C. RGB value is (4,80,156). Sum of RGB (Red+Green+Blue) = 4+80+156=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #04509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04509C is #FBAF63. Grayscale: #414141. Windows color (decimal): -16494436 or 10244100. OLE color: 10244100.

HSL color Cylindrical-coordinate representation of color #04509C: hue angle of 210º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04509C is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 80 156 -
CMYK 0.97 0.49 0 0.39
HSL 210º 0.95% 0.31% -
HSV(B) 210º 0.97% 0.61% -
XYZ 8.92 8.16 32.56 -
YUV 65.94 178.82 83.82 -
System Red Green Blue C M Y K H S L
Decimal 4 80 156 0.97 0.49 0 0.39 210 0.95 0.31
Hex 4 50 9C 61 31 0 27 D2 5F 1F
Octal 4 120 234 141 61 0 47 322 137 37
Binary 100 1010000 10011100 1100001 110001 0 100111 11010010 1011111 11111

Color Harmonies of #04509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04509C

Black with #04509C

Text Example


Text Example

White with #04509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04509C; }

 p { color: rgb(4,80,156); }

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

background-color css

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

 a { background-color: rgb(4,80,156); }

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

border-color css

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

 span { border-color: rgb(4,80,156); }

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