Html Css Color HEX #04509B Cobalt

📋 copy color: '#04509B'

red 4 ◦ green 80 ◦ blue 155

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

Shades of Cobalt #04509B

Tints of Cobalt #04509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 1.67%
G = 33.47%
B = 64.85%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04509B (or 0x04509B) is known color: Cobalt. HEX triplet: 04, 50 and 9B. RGB value is (4,80,155). Sum of RGB (Red+Green+Blue) = 4+80+155=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #04509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04509B is #FBAF64. Grayscale: #414141. Windows color (decimal): -16494437 or 10178564. OLE color: 10178564.

HSL color Cylindrical-coordinate representation of color #04509B: hue angle of 209.8º 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 #04509B is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 80 155 -
CMYK 0.97 0.48 0 0.39
HSL 209.8º 0.95% 0.31% -
HSV(B) 209.8º 0.97% 0.61% -
XYZ 8.84 8.13 32.11 -
YUV 65.83 178.32 83.9 -
System Red Green Blue C M Y K H S L
Decimal 4 80 155 0.97 0.48 0 0.39 209.8 0.95 0.31
Hex 4 50 9B 61 30 0 27 D2 5F 1F
Octal 4 120 233 141 60 0 47 322 137 37
Binary 100 1010000 10011011 1100001 110000 0 100111 11010010 1011111 11111

Color Harmonies of #04509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04509B

Black with #04509B

Text Example


Text Example

White with #04509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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