Html Css Color HEX #137F9F Cerulean

📋 copy color: '#137F9F'

red 19 ◦ green 127 ◦ blue 159

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

Shades of Cerulean #137F9F

Tints of Cerulean #137F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.13%

R = 6.23%
G = 41.64%
B = 52.13%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#137F9F (or 0x137F9F) is known color: Cerulean. HEX triplet: 13, 7F and 9F. RGB value is (19,127,159). Sum of RGB (Red+Green+Blue) = 19+127+159=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #137F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F9F is #EC8060. Grayscale: #626262. Windows color (decimal): -15499361 or 10452755. OLE color: 10452755.

HSL color Cylindrical-coordinate representation of color #137F9F: hue angle of 193.71º 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 #137F9F is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 127 159 -
CMYK 0.88 0.20 0 0.38
HSL 193.71º 0.79% 0.35% -
HSV(B) 193.71º 0.88% 0.62% -
XYZ 14.12 17.82 35.5 -
YUV 98.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 19 127 159 0.88 0.20 0 0.38 193.71 0.79 0.35
Hex 13 7F 9F 58 14 0 26 C2 4F 23
Octal 23 177 237 130 24 0 46 302 117 43
Binary 10011 1111111 10011111 1011000 10100 0 100110 11000010 1001111 100011

Color Harmonies of #137F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F9F

Black with #137F9F

Text Example


Text Example

White with #137F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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