#01467F

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

Shades of Dark Cerulean #01467F

Tints of Dark Cerulean #01467F

Color information

#01467F (or 0x01467F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 46 and 7F. RGB value is (1,70,127). Sum of RGB (Red+Green+Blue) = 1+70+127=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #01467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01467F is #FEB980. Grayscale: #373737. Windows color (decimal): -16693633 or 8340993. OLE color: 8340993.

HSL color Cylindrical-coordinate representation of color #01467F: hue angle of 207.14º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01467F is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB170127-
CMYK0.990.4500.50
HSL207.14º98.44%25.1%-
HSV(B)207.14º99.21%49.8%-
XYZ6.035.9220.9-
YUV55.87168.1488.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 127 (50% from 255) = 64.14%
R=0.51%
G=35.35%
B=64.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1701270.990.4500.50207.1498.4425.1
Hex1467F632D032cf6219
Octal11061771435506231714231
Binary1100011011111111100011101101011001011001111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,70,127); }

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

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

 a { background-color: rgb(1,70,127); }

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

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

 span { border-color: rgb(1,70,127); }

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