Html Css Color HEX #13769B Cerulean

📋 copy color: '#13769B'

red 19 ◦ green 118 ◦ blue 155

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

Shades of Cerulean #13769B

Tints of Cerulean #13769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.41%

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

R = 6.51%
G = 40.41%
B = 53.08%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13769B (or 0x13769B) is known color: Cerulean. HEX triplet: 13, 76 and 9B. RGB value is (19,118,155). Sum of RGB (Red+Green+Blue) = 19+118+155=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #13769B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13769B is #EC8964. Grayscale: #5C5C5C. Windows color (decimal): -15501669 or 10188307. OLE color: 10188307.

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

Color convert

RGB 19 118 155 -
CMYK 0.88 0.24 0 0.39
HSL 196.32º 0.78% 0.34% -
HSV(B) 196.32º 0.88% 0.61% -
XYZ 12.66 15.46 33.33 -
YUV 92.62 163.2 75.49 -
System Red Green Blue C M Y K H S L
Decimal 19 118 155 0.88 0.24 0 0.39 196.32 0.78 0.34
Hex 13 76 9B 58 18 0 27 C4 4E 22
Octal 23 166 233 130 30 0 47 304 116 42
Binary 10011 1110110 10011011 1011000 11000 0 100111 11000100 1001110 100010

Color Harmonies of #13769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13769B

Black with #13769B

Text Example


Text Example

White with #13769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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