Html Css Color HEX #137ABB Cerulean

📋 copy color: '#137ABB'

red 19 ◦ green 122 ◦ blue 187

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

Shades of Cerulean #137ABB

Tints of Cerulean #137ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 5.79%
G = 37.2%
B = 57.01%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#137ABB (or 0x137ABB) is known color: Cerulean. HEX triplet: 13, 7A and BB. RGB value is (19,122,187). Sum of RGB (Red+Green+Blue) = 19+122+187=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #137ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ABB is #EC8544. Grayscale: #626262. Windows color (decimal): -15500613 or 12286483. OLE color: 12286483.

HSL color Cylindrical-coordinate representation of color #137ABB: hue angle of 203.21º degrees, saturation: 0.82, 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 #137ABB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 122 187 -
CMYK 0.90 0.35 0 0.27
HSL 203.21º 0.82% 0.4% -
HSV(B) 203.21º 0.9% 0.73% -
XYZ 16.2 17.65 49.57 -
YUV 98.61 177.88 71.21 -
System Red Green Blue C M Y K H S L
Decimal 19 122 187 0.90 0.35 0 0.27 203.21 0.82 0.4
Hex 13 7A BB 5A 23 0 1B CB 52 28
Octal 23 172 273 132 43 0 33 313 122 50
Binary 10011 1111010 10111011 1011010 100011 0 11011 11001011 1010010 101000

Color Harmonies of #137ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ABB

Black with #137ABB

Text Example


Text Example

White with #137ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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