Html Css Color HEX #137BAB Cerulean

📋 copy color: '#137BAB'

red 19 ◦ green 123 ◦ blue 171

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

Shades of Cerulean #137BAB

Tints of Cerulean #137BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.63%

R = 6.07%
G = 39.3%
B = 54.63%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#137BAB (or 0x137BAB) is known color: Cerulean. HEX triplet: 13, 7B and AB. RGB value is (19,123,171). Sum of RGB (Red+Green+Blue) = 19+123+171=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #137BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137BAB is #EC8454. Grayscale: #616161. Windows color (decimal): -15500373 or 11238163. OLE color: 11238163.

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

Color convert

RGB 19 123 171 -
CMYK 0.89 0.28 0 0.33
HSL 198.95º 0.8% 0.37% -
HSV(B) 198.95º 0.89% 0.67% -
XYZ 14.7 17.24 41.08 -
YUV 97.38 169.54 72.1 -
System Red Green Blue C M Y K H S L
Decimal 19 123 171 0.89 0.28 0 0.33 198.95 0.8 0.37
Hex 13 7B AB 59 1C 0 21 C7 50 25
Octal 23 173 253 131 34 0 41 307 120 45
Binary 10011 1111011 10101011 1011001 11100 0 100001 11000111 1010000 100101

Color Harmonies of #137BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BAB

Black with #137BAB

Text Example


Text Example

White with #137BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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