Html Css Color HEX #04458D Dark Cerulean

📋 copy color: '#04458D'

red 4 ◦ green 69 ◦ blue 141

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

Shades of Dark Cerulean #04458D

Tints of Dark Cerulean #04458D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 65.89%

R = 1.87%
G = 32.24%
B = 65.89%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04458D (or 0x04458D) is known color: Dark Cerulean. HEX triplet: 04, 45 and 8D. RGB value is (4,69,141). Sum of RGB (Red+Green+Blue) = 4+69+141=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #04458D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04458D is #FBBA72. Grayscale: #393939. Windows color (decimal): -16497267 or 9258244. OLE color: 9258244.

HSL color Cylindrical-coordinate representation of color #04458D: hue angle of 211.53º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04458D is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 69 141 -
CMYK 0.97 0.51 0 0.45
HSL 211.53º 0.94% 0.28% -
HSV(B) 211.53º 0.97% 0.55% -
XYZ 6.99 6.21 26.03 -
YUV 57.77 174.97 89.65 -
System Red Green Blue C M Y K H S L
Decimal 4 69 141 0.97 0.51 0 0.45 211.53 0.94 0.28
Hex 4 45 8D 61 33 0 2D D4 5E 1C
Octal 4 105 215 141 63 0 55 324 136 34
Binary 100 1000101 10001101 1100001 110011 0 101101 11010100 1011110 11100

Color Harmonies of #04458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04458D

Black with #04458D

Text Example


Text Example

White with #04458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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