#00488D

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

Shades of Dark Cerulean #00488D

Tints of Dark Cerulean #00488D

Color information

#00488D (or 0x00488D) is unknown color: approx Dark Cerulean. HEX triplet: 00, 48 and 8D. RGB value is (0,72,141). Sum of RGB (Red+Green+Blue) = 0+72+141=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #00488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00488D is #FFB772. Grayscale: #393939. Windows color (decimal): -16758643 or 9259008. OLE color: 9259008.

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

Color convert

RGB072141-
CMYK10.4900.45
HSL209.36º100%27.65%-
HSV(B)209.36º100%55.29%-
XYZ7.136.5626.09-
YUV58.34174.6586.39-

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.80%
BLUE value IS 141 (55.47% from 255) = 66.20%
R=0%
G=33.80%
B=66.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal07214110.4900.45209.3610027.65
Hex0488D643102Dd1641c
Octal01102151446105532114434
Binary01001000100011011100100110001010110111010001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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