Html Css Color HEX #137EAE Cerulean

📋 copy color: '#137EAE'

red 19 ◦ green 126 ◦ blue 174

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

Shades of Cerulean #137EAE

Tints of Cerulean #137EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.5%

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 5.96%
G = 39.5%
B = 54.55%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#137EAE (or 0x137EAE) is known color: Cerulean. HEX triplet: 13, 7E and AE. RGB value is (19,126,174). Sum of RGB (Red+Green+Blue) = 19+126+174=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #137EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137EAE is #EC8151. Grayscale: #636363. Windows color (decimal): -15499602 or 11435539. OLE color: 11435539.

HSL color Cylindrical-coordinate representation of color #137EAE: hue angle of 198.58º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137EAE is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 126 174 -
CMYK 0.89 0.28 0 0.32
HSL 198.58º 0.8% 0.38% -
HSV(B) 198.58º 0.89% 0.68% -
XYZ 15.37 18.12 42.73 -
YUV 99.48 170.05 70.6 -
System Red Green Blue C M Y K H S L
Decimal 19 126 174 0.89 0.28 0 0.32 198.58 0.8 0.38
Hex 13 7E AE 59 1C 0 20 C7 50 26
Octal 23 176 256 131 34 0 40 307 120 46
Binary 10011 1111110 10101110 1011001 11100 0 100000 11000111 1010000 100110

Color Harmonies of #137EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137EAE

Black with #137EAE

Text Example


Text Example

White with #137EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137EAE; }

 p { color: rgb(19,126,174); }

 H1.HeaderClassName
 {
   color: #137EAE;
 }
 .AnyTagClassName
 {
   color: #137EAE;
 }
</style>

background-color css

<style>
 a { background-color: #137EAE; }

 a { background-color: rgb(19,126,174); }

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

border-color css

<style>
 span { border-color: #137EAE; }

 span { border-color: rgb(19,126,174); }

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