#01357B

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

Shades of Dark Cerulean #01357B

Tints of Dark Cerulean #01357B

Color information

#01357B (or 0x01357B) is unknown color: approx Dark Cerulean. HEX triplet: 01, 35 and 7B. RGB value is (1,53,123). Sum of RGB (Red+Green+Blue) = 1+53+123=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #01357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01357B is #FECA84. Grayscale: #2D2D2D. Windows color (decimal): -16697989 or 8074497. OLE color: 8074497.

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

Color convert

RGB153123-
CMYK0.990.5700.52
HSL214.43º98.39%24.31%-
HSV(B)214.43º99.19%48.24%-
XYZ4.863.9819.25-
YUV45.43171.7796.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 123 (48.44% from 255) = 69.49%
R=0.56%
G=29.94%
B=69.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1531230.990.5700.52214.4398.3924.31
Hex1357B6339034d66218
Octal1651731437106432614230
Binary111010111110111100011111001011010011010110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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