#01487A

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

Shades of Dark Cerulean #01487A

Tints of Dark Cerulean #01487A

Color information

#01487A (or 0x01487A) is unknown color: approx Dark Cerulean. HEX triplet: 01, 48 and 7A. RGB value is (1,72,122). Sum of RGB (Red+Green+Blue) = 1+72+122=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #01487A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01487A is #FEB785. Grayscale: #383838. Windows color (decimal): -16693126 or 8013825. OLE color: 8013825.

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

Color convert

RGB172122-
CMYK0.990.4100.52
HSL204.79º98.37%24.12%-
HSV(B)204.79º99.18%47.84%-
XYZ5.846.0519.27-
YUV56.47164.9888.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 122 (48.05% from 255) = 62.56%
R=0.51%
G=36.92%
B=62.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1721220.990.4100.52204.7998.3724.12
Hex1487A6329034cd6218
Octal11101721435106431514230
Binary1100100011110101100011101001011010011001101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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