Html Css Color HEX #137AB5 Cerulean

📋 copy color: '#137AB5'

red 19 ◦ green 122 ◦ blue 181

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

Shades of Cerulean #137AB5

Tints of Cerulean #137AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 56.21%

R = 5.9%
G = 37.89%
B = 56.21%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#137AB5 (or 0x137AB5) is known color: Cerulean. HEX triplet: 13, 7A and B5. RGB value is (19,122,181). Sum of RGB (Red+Green+Blue) = 19+122+181=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 181 (71.09% from 255 or 56.21% from 322); Max value from RGB is 181 - color contains mainly: blue. Hex color #137AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137AB5 is #EC854A. Grayscale: #616161. Windows color (decimal): -15500619 or 11893267. OLE color: 11893267.

HSL color Cylindrical-coordinate representation of color #137AB5: hue angle of 201.85º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137AB5 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 122 181 -
CMYK 0.90 0.33 0 0.29
HSL 201.85º 0.81% 0.39% -
HSV(B) 201.85º 0.9% 0.71% -
XYZ 15.57 17.39 46.25 -
YUV 97.93 174.88 71.7 -
System Red Green Blue C M Y K H S L
Decimal 19 122 181 0.90 0.33 0 0.29 201.85 0.81 0.39
Hex 13 7A B5 5A 21 0 1D CA 51 27
Octal 23 172 265 132 41 0 35 312 121 47
Binary 10011 1111010 10110101 1011010 100001 0 11101 11001010 1010001 100111

Color Harmonies of #137AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137AB5

Black with #137AB5

Text Example


Text Example

White with #137AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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