#01377F

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

Shades of Dark Cerulean #01377F

Tints of Dark Cerulean #01377F

Color information

#01377F (or 0x01377F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 37 and 7F. RGB value is (1,55,127). Sum of RGB (Red+Green+Blue) = 1+55+127=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #01377F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01377F is #FEC880. Grayscale: #2E2E2E. Windows color (decimal): -16697473 or 8337153. OLE color: 8337153.

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

Color convert

RGB155127-
CMYK0.990.5700.50
HSL214.29º98.44%25.1%-
HSV(B)214.29º99.21%49.8%-
XYZ5.214.2720.63-
YUV47.06173.1195.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 127 (50% from 255) = 69.40%
R=0.55%
G=30.05%
B=69.40%

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
Decimal1551270.990.5700.50214.2998.4425.1
Hex1377F6339032d66219
Octal1671771437106232614231
Binary111011111111111100011111001011001011010110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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