#13457B

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

Shades of Dark Cerulean #13457B

Tints of Dark Cerulean #13457B

Color information

#13457B (or 0x13457B) is unknown color: approx Dark Cerulean. HEX triplet: 13, 45 and 7B. RGB value is (19,69,123). Sum of RGB (Red+Green+Blue) = 19+69+123=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #13457B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13457B is #ECBA84. Grayscale: #3B3B3B. Windows color (decimal): -15514245 or 8078611. OLE color: 8078611.

HSL color Cylindrical-coordinate representation of color #13457B: hue angle of 211.15º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13457B is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1969123-
CMYK0.850.4400.52
HSL211.15º73.24%27.84%-
HSV(B)211.15º84.55%48.24%-
XYZ5.975.8219.55-
YUV60.21163.4498.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 123 (48.44% from 255) = 58.29%
R=9.00%
G=32.70%
B=58.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19691230.850.4400.52211.1573.2427.84
Hex13457B552C034d3491c
Octal231051731255406432311134
Binary10011100010111110111010101101100011010011010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,69,123); }

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

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

 a { background-color: rgb(19,69,123); }

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

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

 span { border-color: rgb(19,69,123); }

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