Html Css Color HEX #13689D Cerulean

📋 copy color: '#13689D'

red 19 ◦ green 104 ◦ blue 157

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

Shades of Cerulean #13689D

Tints of Cerulean #13689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

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

R = 6.79%
G = 37.14%
B = 56.07%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13689D (or 0x13689D) is known color: Cerulean. HEX triplet: 13, 68 and 9D. RGB value is (19,104,157). Sum of RGB (Red+Green+Blue) = 19+104+157=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #13689D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13689D is #EC9762. Grayscale: #545454. Windows color (decimal): -15505251 or 10315795. OLE color: 10315795.

HSL color Cylindrical-coordinate representation of color #13689D: hue angle of 203.04º 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 #13689D is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 104 157 -
CMYK 0.88 0.34 0 0.38
HSL 203.04º 0.78% 0.35% -
HSV(B) 203.04º 0.88% 0.62% -
XYZ 11.3 12.47 33.71 -
YUV 84.63 168.84 81.19 -
System Red Green Blue C M Y K H S L
Decimal 19 104 157 0.88 0.34 0 0.38 203.04 0.78 0.35
Hex 13 68 9D 58 22 0 26 CB 4E 23
Octal 23 150 235 130 42 0 46 313 116 43
Binary 10011 1101000 10011101 1011000 100010 0 100110 11001011 1001110 100011

Color Harmonies of #13689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13689D

Black with #13689D

Text Example


Text Example

White with #13689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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