#13357B

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

Shades of Dark Cerulean #13357B

Tints of Dark Cerulean #13357B

Color information

#13357B (or 0x13357B) is unknown color: approx Dark Cerulean. HEX triplet: 13, 35 and 7B. RGB value is (19,53,123). Sum of RGB (Red+Green+Blue) = 19+53+123=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #13357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13357B is #ECCA84. Grayscale: #323232. Windows color (decimal): -15518341 or 8074515. OLE color: 8074515.

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

Color convert

RGB1953123-
CMYK0.850.5700.52
HSL220.38º73.24%27.84%-
HSV(B)220.38º84.55%48.24%-
XYZ5.124.1119.26-
YUV50.81168.74105.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 123 (48.44% from 255) = 63.08%
R=9.74%
G=27.18%
B=63.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19531230.850.5700.52220.3873.2427.84
Hex13357B5539034dc491c
Octal23651731257106433411134
Binary1001111010111110111010101111001011010011011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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