#00488E

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

Shades of Dark Cerulean #00488E

Tints of Dark Cerulean #00488E

Color information

#00488E (or 0x00488E) is unknown color: approx Dark Cerulean. HEX triplet: 00, 48 and 8E. RGB value is (0,72,142). Sum of RGB (Red+Green+Blue) = 0+72+142=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #00488E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00488E is #FFB771. Grayscale: #3A3A3A. Windows color (decimal): -16758642 or 9324544. OLE color: 9324544.

HSL color Cylindrical-coordinate representation of color #00488E: hue angle of 209.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00488E is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB072142-
CMYK10.4900.44
HSL209.58º100%27.84%-
HSV(B)209.58º100%55.69%-
XYZ7.26.5926.48-
YUV58.45175.1586.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 142 (55.86% from 255) = 66.36%
R=0%
G=33.64%
B=66.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal07214210.4900.44209.5810027.84
Hex0488E643102Cd2641c
Octal01102161446105432214434
Binary01001000100011101100100110001010110011010010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00488E; }

 p { color: rgb(0,72,142); }

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

<style>
 a { background-color: #00488E; }

 a { background-color: rgb(0,72,142); }

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

<style>
 span { border-color: #00488E; }

 span { border-color: rgb(0,72,142); }

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