#04428A

Color #04428A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #04428A

Tints of Dark Cerulean #04428A

Color information

#04428A (or 0x04428A) is unknown color: approx Dark Cerulean. HEX triplet: 04, 42 and 8A. RGB value is (4,66,138). Sum of RGB (Red+Green+Blue) = 4+66+138=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #04428A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04428A is #FBBD75. Grayscale: #373737. Windows color (decimal): -16498038 or 9060868. OLE color: 9060868.

HSL color Cylindrical-coordinate representation of color #04428A: hue angle of 212.24º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04428A is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB466138-
CMYK0.970.5200.46
HSL212.24º94.37%27.84%-
HSV(B)212.24º97.1%54.12%-
XYZ6.595.7624.81-
YUV55.67174.4691.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 138 (54.30% from 255) = 66.35%
R=1.92%
G=31.73%
B=66.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4661380.970.5200.46212.2494.3727.84
Hex4428A613402Ed45e1c
Octal41022121416405632413634
Binary1001000010100010101100001110100010111011010100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04428A; }

 p { color: rgb(4,66,138); }

 H1.HeaderClassName
 {
   color: #04428A;
 }
 .AnyTagClassName
 {
   color: #04428A;
 }
</style>
background-color css

<style>
 a { background-color: #04428A; }

 a { background-color: rgb(4,66,138); }

 div.DivClassName
 {
   background-color: #04428A;
 }
 .BgClassName
 {
   background-color: #04428A;
 }
</style>
border-color css

<style>
 span { border-color: #04428A; }

 span { border-color: rgb(4,66,138); }

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