Html Css Color HEX #04459D Cobalt

📋 copy color: '#04459D'

red 4 ◦ green 69 ◦ blue 157

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

Shades of Cobalt #04459D

Tints of Cobalt #04459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

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

R = 1.74%
G = 30%
B = 68.26%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04459D (or 0x04459D) is known color: Cobalt. HEX triplet: 04, 45 and 9D. RGB value is (4,69,157). Sum of RGB (Red+Green+Blue) = 4+69+157=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #04459D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04459D is #FBBA62. Grayscale: #3B3B3B. Windows color (decimal): -16497251 or 10306820. OLE color: 10306820.

HSL color Cylindrical-coordinate representation of color #04459D: hue angle of 214.51º 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 #04459D is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 69 157 -
CMYK 0.97 0.56 0 0.38
HSL 214.51º 0.95% 0.32% -
HSV(B) 214.51º 0.97% 0.62% -
XYZ 8.26 6.72 32.76 -
YUV 59.6 182.97 88.34 -
System Red Green Blue C M Y K H S L
Decimal 4 69 157 0.97 0.56 0 0.38 214.51 0.95 0.32
Hex 4 45 9D 61 38 0 26 D7 5F 20
Octal 4 105 235 141 70 0 46 327 137 40
Binary 100 1000101 10011101 1100001 111000 0 100110 11010111 1011111 100000

Color Harmonies of #04459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04459D

Black with #04459D

Text Example


Text Example

White with #04459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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