#01327E

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

Shades of Dark Cerulean #01327E

Tints of Dark Cerulean #01327E

Color information

#01327E (or 0x01327E) is unknown color: approx Dark Cerulean. HEX triplet: 01, 32 and 7E. RGB value is (1,50,126). Sum of RGB (Red+Green+Blue) = 1+50+126=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 126 (49.61% from 255 or 71.19% from 177); Max value from RGB is 126 - color contains mainly: blue. Hex color #01327E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01327E is #FECD81. Grayscale: #2B2B2B. Windows color (decimal): -16698754 or 8270337. OLE color: 8270337.

HSL color Cylindrical-coordinate representation of color #01327E: hue angle of 216.48º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01327E is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB150126-
CMYK0.990.6000.51
HSL216.48º98.43%24.9%-
HSV(B)216.48º99.21%49.41%-
XYZ4.923.7920.21-
YUV44.01174.2797.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 126 (49.61% from 255) = 71.19%
R=0.56%
G=28.25%
B=71.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1501260.990.6000.51216.4898.4324.9
Hex1327E633C033d86219
Octal1621761437406333014231
Binary111001011111101100011111100011001111011000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01327E; }

 p { color: rgb(1,50,126); }

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

<style>
 a { background-color: #01327E; }

 a { background-color: rgb(1,50,126); }

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

<style>
 span { border-color: #01327E; }

 span { border-color: rgb(1,50,126); }

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