Html Css Color HEX #13699D Cerulean

📋 copy color: '#13699D'

red 19 ◦ green 105 ◦ blue 157

#13699D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #13699D

Tints of Cerulean #13699D

RGB

 RED value IS 19 (7.81% from 255) = 6.76%

 GREEN value IS 105 (41.41% from 255) = 37.37%

 BLUE value IS 157 (61.72% from 255) = 55.87%

R = 6.76%
G = 37.37%
B = 55.87%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13699D (or 0x13699D) is known color: Cerulean. HEX triplet: 13, 69 and 9D. RGB value is (19,105,157). Sum of RGB (Red+Green+Blue) = 19+105+157=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #13699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13699D is #EC9662. Grayscale: #545454. Windows color (decimal): -15504995 or 10316051. OLE color: 10316051.

HSL color Cylindrical-coordinate representation of color #13699D: hue angle of 202.61º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13699D is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 105 157 -
CMYK 0.88 0.33 0 0.38
HSL 202.61º 0.78% 0.35% -
HSV(B) 202.61º 0.88% 0.62% -
XYZ 11.41 12.68 33.74 -
YUV 85.21 168.51 80.77 -
System Red Green Blue C M Y K H S L
Decimal 19 105 157 0.88 0.33 0 0.38 202.61 0.78 0.35
Hex 13 69 9D 58 21 0 26 CB 4E 23
Octal 23 151 235 130 41 0 46 313 116 43
Binary 10011 1101001 10011101 1011000 100001 0 100110 11001011 1001110 100011

Color Harmonies of #13699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13699D

Black with #13699D

Text Example


Text Example

White with #13699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13699D; }

 p { color: rgb(19,105,157); }

 H1.HeaderClassName
 {
   color: #13699D;
 }
 .AnyTagClassName
 {
   color: #13699D;
 }
</style>

background-color css

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

 a { background-color: rgb(19,105,157); }

 div.DivClassName
 {
   background-color: #13699D;
 }
 .BgClassName
 {
   background-color: #13699D;
 }
</style>

border-color css

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

 span { border-color: rgb(19,105,157); }

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