#01387B

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

Shades of Dark Cerulean #01387B

Tints of Dark Cerulean #01387B

Color information

#01387B (or 0x01387B) is unknown color: approx Dark Cerulean. HEX triplet: 01, 38 and 7B. RGB value is (1,56,123). Sum of RGB (Red+Green+Blue) = 1+56+123=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #01387B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01387B is #FEC784. Grayscale: #2E2E2E. Windows color (decimal): -16697221 or 8075265. OLE color: 8075265.

HSL color Cylindrical-coordinate representation of color #01387B: hue angle of 212.95º 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 #01387B is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB156123-
CMYK0.990.5400.52
HSL212.95º98.39%24.31%-
HSV(B)212.95º99.19%48.24%-
XYZ54.2619.3-
YUV47.19170.7895.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 123 (48.44% from 255) = 68.33%
R=0.56%
G=31.11%
B=68.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1561230.990.5400.52212.9598.3924.31
Hex1387B6336034d56218
Octal1701731436606432514230
Binary111100011110111100011110110011010011010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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