Html Css Color HEX #137FAB Cerulean

📋 copy color: '#137FAB'

red 19 ◦ green 127 ◦ blue 171

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

Shades of Cerulean #137FAB

Tints of Cerulean #137FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 5.99%
G = 40.06%
B = 53.94%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#137FAB (or 0x137FAB) is known color: Cerulean. HEX triplet: 13, 7F and AB. RGB value is (19,127,171). Sum of RGB (Red+Green+Blue) = 19+127+171=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #137FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137FAB is #EC8054. Grayscale: #636363. Windows color (decimal): -15499349 or 11239187. OLE color: 11239187.

HSL color Cylindrical-coordinate representation of color #137FAB: hue angle of 197.37º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137FAB is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 127 171 -
CMYK 0.89 0.26 0 0.33
HSL 197.37º 0.8% 0.37% -
HSV(B) 197.37º 0.89% 0.67% -
XYZ 15.21 18.26 41.25 -
YUV 99.72 168.22 70.42 -
System Red Green Blue C M Y K H S L
Decimal 19 127 171 0.89 0.26 0 0.33 197.37 0.8 0.37
Hex 13 7F AB 59 1A 0 21 C5 50 25
Octal 23 177 253 131 32 0 41 305 120 45
Binary 10011 1111111 10101011 1011001 11010 0 100001 11000101 1010000 100101

Color Harmonies of #137FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FAB

Black with #137FAB

Text Example


Text Example

White with #137FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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