#01367F

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

Shades of Dark Cerulean #01367F

Tints of Dark Cerulean #01367F

Color information

#01367F (or 0x01367F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 36 and 7F. RGB value is (1,54,127). Sum of RGB (Red+Green+Blue) = 1+54+127=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #01367F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01367F is #FEC980. Grayscale: #2E2E2E. Windows color (decimal): -16697729 or 8336897. OLE color: 8336897.

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

Color convert

RGB154127-
CMYK0.990.5700.50
HSL214.76º98.44%25.1%-
HSV(B)214.76º99.21%49.8%-
XYZ5.164.1820.61-
YUV46.47173.4495.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 127 (50% from 255) = 69.78%
R=0.55%
G=29.67%
B=69.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1541270.990.5700.50214.7698.4425.1
Hex1367F6339032d76219
Octal1661771437106232714231
Binary111011011111111100011111001011001011010111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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