Html Css Color HEX #137DAC Cerulean

📋 copy color: '#137DAC'

red 19 ◦ green 125 ◦ blue 172

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

Shades of Cerulean #137DAC

Tints of Cerulean #137DAC

RGB

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

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

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

R = 6.01%
G = 39.56%
B = 54.43%

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

#137DAC (or 0x137DAC) is known color: Cerulean. HEX triplet: 13, 7D and AC. RGB value is (19,125,172). Sum of RGB (Red+Green+Blue) = 19+125+172=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #137DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137DAC is #EC8253. Grayscale: #626262. Windows color (decimal): -15499860 or 11304211. OLE color: 11304211.

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

Color convert

RGB 19 125 172 -
CMYK 0.89 0.27 0 0.33
HSL 198.43º 0.8% 0.37% -
HSV(B) 198.43º 0.89% 0.67% -
XYZ 15.05 17.78 41.67 -
YUV 98.66 169.38 71.18 -
System Red Green Blue C M Y K H S L
Decimal 19 125 172 0.89 0.27 0 0.33 198.43 0.8 0.37
Hex 13 7D AC 59 1B 0 21 C6 50 25
Octal 23 175 254 131 33 0 41 306 120 45
Binary 10011 1111101 10101100 1011001 11011 0 100001 11000110 1010000 100101

Color Harmonies of #137DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DAC

Black with #137DAC

Text Example


Text Example

White with #137DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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