#00488B

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

Shades of Dark Cerulean #00488B

Tints of Dark Cerulean #00488B

Color information

#00488B (or 0x00488B) is unknown color: approx Dark Cerulean. HEX triplet: 00, 48 and 8B. RGB value is (0,72,139). Sum of RGB (Red+Green+Blue) = 0+72+139=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 72 (28.52% from 255 or 34.12% 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 #00488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00488B is #FFB774. Grayscale: #393939. Windows color (decimal): -16758645 or 9127936. OLE color: 9127936.

HSL color Cylindrical-coordinate representation of color #00488B: hue angle of 208.92º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00488B is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB072139-
CMYK10.4800.45
HSL208.92º100%27.25%-
HSV(B)208.92º100%54.51%-
XYZ6.986.525.31-
YUV58.11173.6586.55-

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) = 34.12%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=0%
G=34.12%
B=65.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal07213910.4800.45208.9210027.25
Hex0488B643002Dd1641b
Octal01102131446005532114433
Binary01001000100010111100100110000010110111010001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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