Html Css Color HEX #137BAE Cerulean

📋 copy color: '#137BAE'

red 19 ◦ green 123 ◦ blue 174

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

Shades of Cerulean #137BAE

Tints of Cerulean #137BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 6.01%
G = 38.92%
B = 55.06%

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

#137BAE (or 0x137BAE) is known color: Cerulean. HEX triplet: 13, 7B and AE. RGB value is (19,123,174). Sum of RGB (Red+Green+Blue) = 19+123+174=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #137BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137BAE is #EC8451. Grayscale: #616161. Windows color (decimal): -15500370 or 11434771. OLE color: 11434771.

HSL color Cylindrical-coordinate representation of color #137BAE: hue angle of 199.74º 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 #137BAE is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 123 174 -
CMYK 0.89 0.29 0 0.32
HSL 199.74º 0.8% 0.38% -
HSV(B) 199.74º 0.89% 0.68% -
XYZ 14.99 17.36 42.61 -
YUV 97.72 171.04 71.85 -
System Red Green Blue C M Y K H S L
Decimal 19 123 174 0.89 0.29 0 0.32 199.74 0.8 0.38
Hex 13 7B AE 59 1D 0 20 C8 50 26
Octal 23 173 256 131 35 0 40 310 120 46
Binary 10011 1111011 10101110 1011001 11101 0 100000 11001000 1010000 100110

Color Harmonies of #137BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BAE

Black with #137BAE

Text Example


Text Example

White with #137BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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