#00487A

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

Shades of Dark Cerulean #00487A

Tints of Dark Cerulean #00487A

Color information

#00487A (or 0x00487A) is unknown color: approx Dark Cerulean. HEX triplet: 00, 48 and 7A. RGB value is (0,72,122). Sum of RGB (Red+Green+Blue) = 0+72+122=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #00487A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00487A is #FFB785. Grayscale: #373737. Windows color (decimal): -16758662 or 8013824. OLE color: 8013824.

HSL color Cylindrical-coordinate representation of color #00487A: hue angle of 204.59º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00487A is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB072122-
CMYK10.4100.52
HSL204.59º100%23.92%-
HSV(B)204.59º100%47.84%-
XYZ5.836.0419.27-
YUV56.17165.1587.93-

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) = 37.11%
BLUE value IS 122 (48.05% from 255) = 62.89%
R=0%
G=37.11%
B=62.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal07212210.4100.52204.5910023.92
Hex0487A6429034cd6418
Octal01101721445106431514430
Binary0100100011110101100100101001011010011001101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00487A; }

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

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

<style>
 a { background-color: #00487A; }

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

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

<style>
 span { border-color: #00487A; }

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

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