Html Css Color HEX #137D9E Cerulean

📋 copy color: '#137D9E'

red 19 ◦ green 125 ◦ blue 158

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

Shades of Cerulean #137D9E

Tints of Cerulean #137D9E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.39%

 BLUE value IS 158 (62.11% from 255) = 52.32%

R = 6.29%
G = 41.39%
B = 52.32%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#137D9E (or 0x137D9E) is known color: Cerulean. HEX triplet: 13, 7D and 9E. RGB value is (19,125,158). Sum of RGB (Red+Green+Blue) = 19+125+158=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #137D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D9E is #EC8261. Grayscale: #606060. Windows color (decimal): -15499874 or 10386707. OLE color: 10386707.

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

Color convert

RGB 19 125 158 -
CMYK 0.88 0.21 0 0.38
HSL 194.24º 0.79% 0.35% -
HSV(B) 194.24º 0.88% 0.62% -
XYZ 13.77 17.27 34.96 -
YUV 97.07 162.38 72.32 -
System Red Green Blue C M Y K H S L
Decimal 19 125 158 0.88 0.21 0 0.38 194.24 0.79 0.35
Hex 13 7D 9E 58 15 0 26 C2 4F 23
Octal 23 175 236 130 25 0 46 302 117 43
Binary 10011 1111101 10011110 1011000 10101 0 100110 11000010 1001111 100011

Color Harmonies of #137D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D9E

Black with #137D9E

Text Example


Text Example

White with #137D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,125,158); }

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

background-color css

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

 a { background-color: rgb(19,125,158); }

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

border-color css

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

 span { border-color: rgb(19,125,158); }

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