Html Css Color HEX #137AAD Cerulean

📋 copy color: '#137AAD'

red 19 ◦ green 122 ◦ blue 173

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

Shades of Cerulean #137AAD

Tints of Cerulean #137AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.1%

R = 6.05%
G = 38.85%
B = 55.1%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#137AAD (or 0x137AAD) is known color: Cerulean. HEX triplet: 13, 7A and AD. RGB value is (19,122,173). Sum of RGB (Red+Green+Blue) = 19+122+173=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #137AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137AAD is #EC8552. Grayscale: #606060. Windows color (decimal): -15500627 or 11368979. OLE color: 11368979.

HSL color Cylindrical-coordinate representation of color #137AAD: hue angle of 199.87º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137AAD is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 122 173 -
CMYK 0.89 0.29 0 0.32
HSL 199.87º 0.8% 0.38% -
HSV(B) 199.87º 0.89% 0.68% -
XYZ 14.77 17.07 42.05 -
YUV 97.02 170.88 72.35 -
System Red Green Blue C M Y K H S L
Decimal 19 122 173 0.89 0.29 0 0.32 199.87 0.8 0.38
Hex 13 7A AD 59 1D 0 20 C8 50 26
Octal 23 172 255 131 35 0 40 310 120 46
Binary 10011 1111010 10101101 1011001 11101 0 100000 11001000 1010000 100110

Color Harmonies of #137AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137AAD

Black with #137AAD

Text Example


Text Example

White with #137AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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