Html Css Color HEX #04509D Cobalt

📋 copy color: '#04509D'

red 4 ◦ green 80 ◦ blue 157

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

Shades of Cobalt #04509D

Tints of Cobalt #04509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 65.15%

R = 1.66%
G = 33.2%
B = 65.15%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04509D (or 0x04509D) is known color: Cobalt. HEX triplet: 04, 50 and 9D. RGB value is (4,80,157). Sum of RGB (Red+Green+Blue) = 4+80+157=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #04509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04509D is #FBAF62. Grayscale: #414141. Windows color (decimal): -16494435 or 10309636. OLE color: 10309636.

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

Color convert

RGB 4 80 157 -
CMYK 0.97 0.49 0 0.38
HSL 210.2º 0.95% 0.32% -
HSV(B) 210.2º 0.97% 0.62% -
XYZ 9 8.2 33.01 -
YUV 66.05 179.32 83.74 -
System Red Green Blue C M Y K H S L
Decimal 4 80 157 0.97 0.49 0 0.38 210.2 0.95 0.32
Hex 4 50 9D 61 31 0 26 D2 5F 20
Octal 4 120 235 141 61 0 46 322 137 40
Binary 100 1010000 10011101 1100001 110001 0 100110 11010010 1011111 100000

Color Harmonies of #04509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04509D

Black with #04509D

Text Example


Text Example

White with #04509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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