Html Css Color HEX #137ABA Cerulean

📋 copy color: '#137ABA'

red 19 ◦ green 122 ◦ blue 186

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

Shades of Cerulean #137ABA

Tints of Cerulean #137ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 5.81%
G = 37.31%
B = 56.88%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#137ABA (or 0x137ABA) is known color: Cerulean. HEX triplet: 13, 7A and BA. RGB value is (19,122,186). Sum of RGB (Red+Green+Blue) = 19+122+186=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #137ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ABA is #EC8545. Grayscale: #626262. Windows color (decimal): -15500614 or 12220947. OLE color: 12220947.

HSL color Cylindrical-coordinate representation of color #137ABA: hue angle of 202.99º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137ABA is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 122 186 -
CMYK 0.90 0.34 0 0.27
HSL 202.99º 0.81% 0.4% -
HSV(B) 202.99º 0.9% 0.73% -
XYZ 16.09 17.6 49 -
YUV 98.5 177.38 71.3 -
System Red Green Blue C M Y K H S L
Decimal 19 122 186 0.90 0.34 0 0.27 202.99 0.81 0.4
Hex 13 7A BA 5A 22 0 1B CB 51 28
Octal 23 172 272 132 42 0 33 313 121 50
Binary 10011 1111010 10111010 1011010 100010 0 11011 11001011 1010001 101000

Color Harmonies of #137ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ABA

Black with #137ABA

Text Example


Text Example

White with #137ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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