#013C7E

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

Shades of Dark Cerulean #013C7E

Tints of Dark Cerulean #013C7E

Color information

#013C7E (or 0x013C7E) is unknown color: approx Dark Cerulean. HEX triplet: 01, 3C and 7E. RGB value is (1,60,126). Sum of RGB (Red+Green+Blue) = 1+60+126=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 126 (49.61% from 255 or 67.38% from 187); Max value from RGB is 126 - color contains mainly: blue. Hex color #013C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C7E is #FEC381. Grayscale: #313131. Windows color (decimal): -16696194 or 8272897. OLE color: 8272897.

HSL color Cylindrical-coordinate representation of color #013C7E: hue angle of 211.68º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C7E is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB160126-
CMYK0.990.5200.51
HSL211.68º98.43%24.9%-
HSV(B)211.68º99.21%49.41%-
XYZ5.394.7420.37-
YUV49.88170.9593.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 126 (49.61% from 255) = 67.38%
R=0.53%
G=32.09%
B=67.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1601260.990.5200.51211.6898.4324.9
Hex13C7E6334033d46219
Octal1741761436406332414231
Binary111110011111101100011110100011001111010100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013C7E; }

 p { color: rgb(1,60,126); }

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

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

 a { background-color: rgb(1,60,126); }

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

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

 span { border-color: rgb(1,60,126); }

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