Html Css Color HEX #137FAE Cerulean

📋 copy color: '#137FAE'

red 19 ◦ green 127 ◦ blue 174

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

Shades of Cerulean #137FAE

Tints of Cerulean #137FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 39.69%

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

R = 5.94%
G = 39.69%
B = 54.38%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#137FAE (or 0x137FAE) is known color: Cerulean. HEX triplet: 13, 7F and AE. RGB value is (19,127,174). Sum of RGB (Red+Green+Blue) = 19+127+174=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #137FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137FAE is #EC8051. Grayscale: #636363. Windows color (decimal): -15499346 or 11435795. OLE color: 11435795.

HSL color Cylindrical-coordinate representation of color #137FAE: hue angle of 198.19º 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 #137FAE is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 127 174 -
CMYK 0.89 0.27 0 0.32
HSL 198.19º 0.8% 0.38% -
HSV(B) 198.19º 0.89% 0.68% -
XYZ 15.5 18.37 42.77 -
YUV 100.07 169.72 70.18 -
System Red Green Blue C M Y K H S L
Decimal 19 127 174 0.89 0.27 0 0.32 198.19 0.8 0.38
Hex 13 7F AE 59 1B 0 20 C6 50 26
Octal 23 177 256 131 33 0 40 306 120 46
Binary 10011 1111111 10101110 1011001 11011 0 100000 11000110 1010000 100110

Color Harmonies of #137FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FAE

Black with #137FAE

Text Example


Text Example

White with #137FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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