#00488F

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

Shades of Dark Cerulean #00488F

Tints of Dark Cerulean #00488F

Color information

#00488F (or 0x00488F) is unknown color: approx Dark Cerulean. HEX triplet: 00, 48 and 8F. RGB value is (0,72,143). Sum of RGB (Red+Green+Blue) = 0+72+143=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #00488F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00488F is #FFB770. Grayscale: #3A3A3A. Windows color (decimal): -16758641 or 9390080. OLE color: 9390080.

HSL color Cylindrical-coordinate representation of color #00488F: hue angle of 209.79º 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 #00488F is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB072143-
CMYK10.5000.44
HSL209.79º100%28.04%-
HSV(B)209.79º100%56.08%-
XYZ7.286.6226.88-
YUV58.57175.6586.23-

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.49%
BLUE value IS 143 (56.25% from 255) = 66.51%
R=0%
G=33.49%
B=66.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal07214310.5000.44209.7910028.04
Hex0488F643202Cd2641c
Octal01102171446205432214434
Binary01001000100011111100100110010010110011010010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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