Html Css Color HEX #137BAF Cerulean

📋 copy color: '#137BAF'

red 19 ◦ green 123 ◦ blue 175

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

Shades of Cerulean #137BAF

Tints of Cerulean #137BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.21%

R = 5.99%
G = 38.8%
B = 55.21%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#137BAF (or 0x137BAF) is known color: Cerulean. HEX triplet: 13, 7B and AF. RGB value is (19,123,175). Sum of RGB (Red+Green+Blue) = 19+123+175=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #137BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137BAF is #EC8450. Grayscale: #616161. Windows color (decimal): -15500369 or 11500307. OLE color: 11500307.

HSL color Cylindrical-coordinate representation of color #137BAF: hue angle of 200º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137BAF is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 123 175 -
CMYK 0.89 0.30 0 0.31
HSL 200º 0.8% 0.38% -
HSV(B) 200º 0.89% 0.69% -
XYZ 15.09 17.4 43.12 -
YUV 97.83 171.54 71.77 -
System Red Green Blue C M Y K H S L
Decimal 19 123 175 0.89 0.30 0 0.31 200 0.8 0.38
Hex 13 7B AF 59 1E 0 1F C8 50 26
Octal 23 173 257 131 36 0 37 310 120 46
Binary 10011 1111011 10101111 1011001 11110 0 11111 11001000 1010000 100110

Color Harmonies of #137BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BAF

Black with #137BAF

Text Example


Text Example

White with #137BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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