#01447B

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

Shades of Dark Cerulean #01447B

Tints of Dark Cerulean #01447B

Color information

#01447B (or 0x01447B) is unknown color: approx Dark Cerulean. HEX triplet: 01, 44 and 7B. RGB value is (1,68,123). Sum of RGB (Red+Green+Blue) = 1+68+123=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #01447B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01447B is #FEBB84. Grayscale: #353535. Windows color (decimal): -16694149 or 8078337. OLE color: 8078337.

HSL color Cylindrical-coordinate representation of color #01447B: hue angle of 207.05º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01447B is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB168123-
CMYK0.990.4500.52
HSL207.05º98.39%24.31%-
HSV(B)207.05º99.19%48.24%-
XYZ5.655.5719.52-
YUV54.24166.890.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 123 (48.44% from 255) = 64.06%
R=0.52%
G=35.42%
B=64.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1681230.990.4500.52207.0598.3924.31
Hex1447B632D034cf6218
Octal11041731435506431714230
Binary1100010011110111100011101101011010011001111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01447B; }

 p { color: rgb(1,68,123); }

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

<style>
 a { background-color: #01447B; }

 a { background-color: rgb(1,68,123); }

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

<style>
 span { border-color: #01447B; }

 span { border-color: rgb(1,68,123); }

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