Html Css Color HEX #137AAC Cerulean

📋 copy color: '#137AAC'

red 19 ◦ green 122 ◦ blue 172

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

Shades of Cerulean #137AAC

Tints of Cerulean #137AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.98%

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

R = 6.07%
G = 38.98%
B = 54.95%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#137AAC (or 0x137AAC) is known color: Cerulean. HEX triplet: 13, 7A and AC. RGB value is (19,122,172). Sum of RGB (Red+Green+Blue) = 19+122+172=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #137AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137AAC is #EC8553. Grayscale: #606060. Windows color (decimal): -15500628 or 11303443. OLE color: 11303443.

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

Color convert

RGB 19 122 172 -
CMYK 0.89 0.29 0 0.33
HSL 199.61º 0.8% 0.37% -
HSV(B) 199.61º 0.89% 0.67% -
XYZ 14.67 17.04 41.54 -
YUV 96.9 170.38 72.43 -
System Red Green Blue C M Y K H S L
Decimal 19 122 172 0.89 0.29 0 0.33 199.61 0.8 0.37
Hex 13 7A AC 59 1D 0 21 C8 50 25
Octal 23 172 254 131 35 0 41 310 120 45
Binary 10011 1111010 10101100 1011001 11101 0 100001 11001000 1010000 100101

Color Harmonies of #137AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137AAC

Black with #137AAC

Text Example


Text Example

White with #137AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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