Html Css Color HEX #13769E Cerulean

📋 copy color: '#13769E'

red 19 ◦ green 118 ◦ blue 158

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

Shades of Cerulean #13769E

Tints of Cerulean #13769E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.56%

R = 6.44%
G = 40%
B = 53.56%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13769E (or 0x13769E) is known color: Cerulean. HEX triplet: 13, 76 and 9E. RGB value is (19,118,158). Sum of RGB (Red+Green+Blue) = 19+118+158=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #13769E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13769E is #EC8961. Grayscale: #5C5C5C. Windows color (decimal): -15501666 or 10384915. OLE color: 10384915.

HSL color Cylindrical-coordinate representation of color #13769E: hue angle of 197.27º degrees, saturation: 0.79, 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 #13769E is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 118 158 -
CMYK 0.88 0.25 0 0.38
HSL 197.27º 0.79% 0.35% -
HSV(B) 197.27º 0.88% 0.62% -
XYZ 12.92 15.56 34.67 -
YUV 92.96 164.7 75.25 -
System Red Green Blue C M Y K H S L
Decimal 19 118 158 0.88 0.25 0 0.38 197.27 0.79 0.35
Hex 13 76 9E 58 19 0 26 C5 4F 23
Octal 23 166 236 130 31 0 46 305 117 43
Binary 10011 1110110 10011110 1011000 11001 0 100110 11000101 1001111 100011

Color Harmonies of #13769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13769E

Black with #13769E

Text Example


Text Example

White with #13769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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