#13679B

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

Shades of Cerulean #13679B

Tints of Cerulean #13679B

Color information

#13679B (or 0x13679B) is unknown color: approx Cerulean. HEX triplet: 13, 67 and 9B. RGB value is (19,103,155). Sum of RGB (Red+Green+Blue) = 19+103+155=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #13679B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13679B is #EC9864. Grayscale: #535353. Windows color (decimal): -15505509 or 10184467. OLE color: 10184467.

HSL color Cylindrical-coordinate representation of color #13679B: hue angle of 202.94º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13679B is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB19103155-
CMYK0.880.3400.39
HSL202.94º78.16%34.12%-
HSV(B)202.94º87.74%60.78%-
XYZ11.0412.2132.78-
YUV83.81168.1781.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.86%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 155 (60.94% from 255) = 55.96%
R=6.86%
G=37.18%
B=55.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal191031550.880.3400.39202.9478.1634.12
Hex13679B5822027cb4e22
Octal231472331304204731311642
Binary1001111001111001101110110001000100100111110010111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,103,155); }

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

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

 a { background-color: rgb(19,103,155); }

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

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

 span { border-color: rgb(19,103,155); }

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