#00486C

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

Shades of Dark Cerulean #00486C

Tints of Dark Cerulean #00486C

Color information

#00486C (or 0x00486C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 48 and 6C. RGB value is (0,72,108). Sum of RGB (Red+Green+Blue) = 0+72+108=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #00486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00486C is #FFB793. Grayscale: #363636. Windows color (decimal): -16758676 or 7096320. OLE color: 7096320.

HSL color Cylindrical-coordinate representation of color #00486C: hue angle of 200º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00486C is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB072108-
CMYK10.3300.58
HSL200º100%21.18%-
HSV(B)200º100%42.35%-
XYZ5.025.7215.03-
YUV54.58158.1589.07-

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) = 40%
BLUE value IS 108 (42.58% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal07210810.3300.5820010021.18
Hex0486C642103Ac86415
Octal01101541444107231014425
Binary0100100011011001100100100001011101011001000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00486C; }

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

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

<style>
 a { background-color: #00486C; }

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

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

<style>
 span { border-color: #00486C; }

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

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