Html Css Color HEX #13769A Cerulean

📋 copy color: '#13769A'

red 19 ◦ green 118 ◦ blue 154

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

Shades of Cerulean #13769A

Tints of Cerulean #13769A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.92%

R = 6.53%
G = 40.55%
B = 52.92%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#13769A (or 0x13769A) is known color: Cerulean. HEX triplet: 13, 76 and 9A. RGB value is (19,118,154). Sum of RGB (Red+Green+Blue) = 19+118+154=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #13769A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13769A is #EC8965. Grayscale: #5C5C5C. Windows color (decimal): -15501670 or 10122771. OLE color: 10122771.

HSL color Cylindrical-coordinate representation of color #13769A: hue angle of 196º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13769A is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 118 154 -
CMYK 0.88 0.23 0 0.40
HSL 196º 0.78% 0.34% -
HSV(B) 196º 0.88% 0.6% -
XYZ 12.58 15.43 32.89 -
YUV 92.5 162.7 75.57 -
System Red Green Blue C M Y K H S L
Decimal 19 118 154 0.88 0.23 0 0.40 196 0.78 0.34
Hex 13 76 9A 58 17 0 28 C4 4E 22
Octal 23 166 232 130 27 0 50 304 116 42
Binary 10011 1110110 10011010 1011000 10111 0 101000 11000100 1001110 100010

Color Harmonies of #13769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13769A

Black with #13769A

Text Example


Text Example

White with #13769A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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