Html Css Color HEX #137DAA Cerulean

📋 copy color: '#137DAA'

red 19 ◦ green 125 ◦ blue 170

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

Shades of Cerulean #137DAA

Tints of Cerulean #137DAA

RGB

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

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

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

R = 6.05%
G = 39.81%
B = 54.14%

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

#137DAA (or 0x137DAA) is known color: Cerulean. HEX triplet: 13, 7D and AA. RGB value is (19,125,170). Sum of RGB (Red+Green+Blue) = 19+125+170=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #137DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137DAA is #EC8255. Grayscale: #626262. Windows color (decimal): -15499862 or 11173139. OLE color: 11173139.

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

Color convert

RGB 19 125 170 -
CMYK 0.89 0.26 0 0.33
HSL 197.88º 0.8% 0.37% -
HSV(B) 197.88º 0.89% 0.67% -
XYZ 14.86 17.71 40.67 -
YUV 98.44 168.38 71.34 -
System Red Green Blue C M Y K H S L
Decimal 19 125 170 0.89 0.26 0 0.33 197.88 0.8 0.37
Hex 13 7D AA 59 1A 0 21 C6 50 25
Octal 23 175 252 131 32 0 41 306 120 45
Binary 10011 1111101 10101010 1011001 11010 0 100001 11000110 1010000 100101

Color Harmonies of #137DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DAA

Black with #137DAA

Text Example


Text Example

White with #137DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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