#01307D

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

Shades of Dark Cerulean #01307D

Tints of Dark Cerulean #01307D

Color information

#01307D (or 0x01307D) is unknown color: approx Dark Cerulean. HEX triplet: 01, 30 and 7D. RGB value is (1,48,125). Sum of RGB (Red+Green+Blue) = 1+48+125=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #01307D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01307D is #FECF82. Grayscale: #2A2A2A. Windows color (decimal): -16699267 or 8204289. OLE color: 8204289.

HSL color Cylindrical-coordinate representation of color #01307D: hue angle of 217.26º 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 #01307D is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB148125-
CMYK0.990.6200.51
HSL217.26º98.41%24.71%-
HSV(B)217.26º99.2%49.02%-
XYZ4.773.619.85-
YUV42.72174.4398.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 125 (49.22% from 255) = 71.84%
R=0.57%
G=27.59%
B=71.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1481250.990.6200.51217.2698.4124.71
Hex1307D633E033d96219
Octal1601751437606333114231
Binary111000011111011100011111110011001111011001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01307D; }

 p { color: rgb(1,48,125); }

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

<style>
 a { background-color: #01307D; }

 a { background-color: rgb(1,48,125); }

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

<style>
 span { border-color: #01307D; }

 span { border-color: rgb(1,48,125); }

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