#013685

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

Shades of Dark Cerulean #013685

Tints of Dark Cerulean #013685

Color information

#013685 (or 0x013685) is unknown color: approx Dark Cerulean. HEX triplet: 01, 36 and 85. RGB value is (1,54,133). Sum of RGB (Red+Green+Blue) = 1+54+133=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #013685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013685 is #FEC97A. Grayscale: #2E2E2E. Windows color (decimal): -16697723 or 8730113. OLE color: 8730113.

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

Color convert

RGB154133-
CMYK0.990.5900.48
HSL215.91º98.51%26.27%-
HSV(B)215.91º99.25%52.16%-
XYZ5.574.3422.73-
YUV47.16176.4495.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 133 (52.34% from 255) = 70.74%
R=0.53%
G=28.72%
B=70.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1541330.990.5900.48215.9198.5126.27
Hex13685633B030d8631a
Octal1662051437306033014332
Binary1110110100001011100011111011011000011011000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013685; }

 p { color: rgb(1,54,133); }

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

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

 a { background-color: rgb(1,54,133); }

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

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

 span { border-color: rgb(1,54,133); }

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