#04438B

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

Shades of Dark Cerulean #04438B

Tints of Dark Cerulean #04438B

Color information

#04438B (or 0x04438B) is unknown color: approx Dark Cerulean. HEX triplet: 04, 43 and 8B. RGB value is (4,67,139). Sum of RGB (Red+Green+Blue) = 4+67+139=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #04438B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04438B is #FBBC74. Grayscale: #383838. Windows color (decimal): -16497781 or 9126660. OLE color: 9126660.

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

Color convert

RGB467139-
CMYK0.970.5200.45
HSL212º94.41%28.04%-
HSV(B)212º97.12%54.51%-
XYZ6.725.925.21-
YUV56.37174.6390.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 139 (54.69% from 255) = 66.19%
R=1.90%
G=31.90%
B=66.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4671390.970.5200.4521294.4128.04
Hex4438B613402Dd45e1c
Octal41032131416405532413634
Binary1001000011100010111100001110100010110111010100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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