Html Css Color HEX #13699B Cerulean

📋 copy color: '#13699B'

red 19 ◦ green 105 ◦ blue 155

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

Shades of Cerulean #13699B

Tints of Cerulean #13699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 6.81%
G = 37.63%
B = 55.56%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13699B (or 0x13699B) is known color: Cerulean. HEX triplet: 13, 69 and 9B. RGB value is (19,105,155). Sum of RGB (Red+Green+Blue) = 19+105+155=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #13699B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13699B is #EC9664. Grayscale: #545454. Windows color (decimal): -15504997 or 10184979. OLE color: 10184979.

HSL color Cylindrical-coordinate representation of color #13699B: hue angle of 202.06º 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 #13699B is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 105 155 -
CMYK 0.88 0.32 0 0.39
HSL 202.06º 0.78% 0.34% -
HSV(B) 202.06º 0.88% 0.61% -
XYZ 11.24 12.61 32.85 -
YUV 84.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 19 105 155 0.88 0.32 0 0.39 202.06 0.78 0.34
Hex 13 69 9B 58 20 0 27 CA 4E 22
Octal 23 151 233 130 40 0 47 312 116 42
Binary 10011 1101001 10011011 1011000 100000 0 100111 11001010 1001110 100010

Color Harmonies of #13699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13699B

Black with #13699B

Text Example


Text Example

White with #13699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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