#01478F

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

Shades of Dark Cerulean #01478F

Tints of Dark Cerulean #01478F

Color information

#01478F (or 0x01478F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 47 and 8F. RGB value is (1,71,143). Sum of RGB (Red+Green+Blue) = 1+71+143=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #01478F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01478F is #FEB870. Grayscale: #393939. Windows color (decimal): -16693361 or 9389825. OLE color: 9389825.

HSL color Cylindrical-coordinate representation of color #01478F: hue angle of 210.42º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01478F is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB171143-
CMYK0.990.5000.44
HSL210.42º98.61%28.24%-
HSV(B)210.42º99.3%56.08%-
XYZ7.226.526.86-
YUV58.28175.8187.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 71 (28.12% from 255) = 33.02%
BLUE value IS 143 (56.25% from 255) = 66.51%
R=0.47%
G=33.02%
B=66.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1711430.990.5000.44210.4298.6128.24
Hex1478F633202Cd2631c
Octal11072171436205432214334
Binary11000111100011111100011110010010110011010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,71,143); }

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

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

 a { background-color: rgb(1,71,143); }

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

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

 span { border-color: rgb(1,71,143); }

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