Html Css Color HEX #04448B Dark Cerulean

📋 copy color: '#04448B'

red 4 ◦ green 68 ◦ blue 139

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

Shades of Dark Cerulean #04448B

Tints of Dark Cerulean #04448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.23%

 BLUE value IS 139 (54.69% from 255) = 65.88%

R = 1.9%
G = 32.23%
B = 65.88%

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

#04448B (or 0x04448B) is known color: Dark Cerulean. HEX triplet: 04, 44 and 8B. RGB value is (4,68,139). Sum of RGB (Red+Green+Blue) = 4+68+139=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #04448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04448B is #FBBB74. Grayscale: #383838. Windows color (decimal): -16497525 or 9126916. OLE color: 9126916.

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

Color convert

RGB 4 68 139 -
CMYK 0.97 0.51 0 0.45
HSL 211.56º 0.94% 0.28% -
HSV(B) 211.56º 0.97% 0.55% -
XYZ 6.78 6.02 25.23 -
YUV 56.96 174.3 90.23 -
System Red Green Blue C M Y K H S L
Decimal 4 68 139 0.97 0.51 0 0.45 211.56 0.94 0.28
Hex 4 44 8B 61 33 0 2D D4 5E 1C
Octal 4 104 213 141 63 0 55 324 136 34
Binary 100 1000100 10001011 1100001 110011 0 101101 11010100 1011110 11100

Color Harmonies of #04448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04448B

Black with #04448B

Text Example


Text Example

White with #04448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,68,139); }

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

background-color css

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

 a { background-color: rgb(4,68,139); }

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

border-color css

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

 span { border-color: rgb(4,68,139); }

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