Html Css Color HEX #137CAC Cerulean

📋 copy color: '#137CAC'

red 19 ◦ green 124 ◦ blue 172

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

Shades of Cerulean #137CAC

Tints of Cerulean #137CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.37%

 BLUE value IS 172 (67.58% from 255) = 54.6%

R = 6.03%
G = 39.37%
B = 54.6%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#137CAC (or 0x137CAC) is known color: Cerulean. HEX triplet: 13, 7C and AC. RGB value is (19,124,172). Sum of RGB (Red+Green+Blue) = 19+124+172=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #137CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137CAC is #EC8353. Grayscale: #616161. Windows color (decimal): -15500116 or 11303955. OLE color: 11303955.

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

Color convert

RGB 19 124 172 -
CMYK 0.89 0.28 0 0.33
HSL 198.82º 0.8% 0.37% -
HSV(B) 198.82º 0.89% 0.67% -
XYZ 14.92 17.53 41.63 -
YUV 98.08 169.71 71.6 -
System Red Green Blue C M Y K H S L
Decimal 19 124 172 0.89 0.28 0 0.33 198.82 0.8 0.37
Hex 13 7C AC 59 1C 0 21 C7 50 25
Octal 23 174 254 131 34 0 41 307 120 45
Binary 10011 1111100 10101100 1011001 11100 0 100001 11000111 1010000 100101

Color Harmonies of #137CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CAC

Black with #137CAC

Text Example


Text Example

White with #137CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,124,172); }

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

background-color css

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

 a { background-color: rgb(19,124,172); }

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

border-color css

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

 span { border-color: rgb(19,124,172); }

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