Html Css Color HEX #137BA8 Cerulean

📋 copy color: '#137BA8'

red 19 ◦ green 123 ◦ blue 168

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

Shades of Cerulean #137BA8

Tints of Cerulean #137BA8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.68%

 BLUE value IS 168 (66.02% from 255) = 54.19%

R = 6.13%
G = 39.68%
B = 54.19%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#137BA8 (or 0x137BA8) is known color: Cerulean. HEX triplet: 13, 7B and A8. RGB value is (19,123,168). Sum of RGB (Red+Green+Blue) = 19+123+168=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 168 (66.02% from 255 or 54.19% from 310); Max value from RGB is 168 - color contains mainly: blue. Hex color #137BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137BA8 is #EC8457. Grayscale: #606060. Windows color (decimal): -15500376 or 11041555. OLE color: 11041555.

HSL color Cylindrical-coordinate representation of color #137BA8: hue angle of 198.12º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137BA8 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 19 123 168 -
CMYK 0.89 0.27 0 0.34
HSL 198.12º 0.8% 0.37% -
HSV(B) 198.12º 0.89% 0.66% -
XYZ 14.42 17.13 39.59 -
YUV 97.03 168.04 72.34 -
System Red Green Blue C M Y K H S L
Decimal 19 123 168 0.89 0.27 0 0.34 198.12 0.8 0.37
Hex 13 7B A8 59 1B 0 22 C6 50 25
Octal 23 173 250 131 33 0 42 306 120 45
Binary 10011 1111011 10101000 1011001 11011 0 100010 11000110 1010000 100101

Color Harmonies of #137BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BA8

Black with #137BA8

Text Example


Text Example

White with #137BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,123,168); }

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

background-color css

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

 a { background-color: rgb(19,123,168); }

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

border-color css

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

 span { border-color: rgb(19,123,168); }

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