Html Css Color HEX #137CAA Cerulean

📋 copy color: '#137CAA'

red 19 ◦ green 124 ◦ blue 170

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

Shades of Cerulean #137CAA

Tints of Cerulean #137CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 6.07%
G = 39.62%
B = 54.31%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#137CAA (or 0x137CAA) is known color: Cerulean. HEX triplet: 13, 7C and AA. RGB value is (19,124,170). Sum of RGB (Red+Green+Blue) = 19+124+170=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #137CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137CAA is #EC8355. Grayscale: #616161. Windows color (decimal): -15500118 or 11172883. OLE color: 11172883.

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

Color convert

RGB 19 124 170 -
CMYK 0.89 0.27 0 0.33
HSL 198.28º 0.8% 0.37% -
HSV(B) 198.28º 0.89% 0.67% -
XYZ 14.73 17.46 40.62 -
YUV 97.85 168.71 71.76 -
System Red Green Blue C M Y K H S L
Decimal 19 124 170 0.89 0.27 0 0.33 198.28 0.8 0.37
Hex 13 7C AA 59 1B 0 21 C6 50 25
Octal 23 174 252 131 33 0 41 306 120 45
Binary 10011 1111100 10101010 1011001 11011 0 100001 11000110 1010000 100101

Color Harmonies of #137CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CAA

Black with #137CAA

Text Example


Text Example

White with #137CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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