Html Css Color HEX #137CBD Cerulean

📋 copy color: '#137CBD'

red 19 ◦ green 124 ◦ blue 189

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

Shades of Cerulean #137CBD

Tints of Cerulean #137CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

 BLUE value IS 189 (74.22% from 255) = 56.93%

R = 5.72%
G = 37.35%
B = 56.93%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#137CBD (or 0x137CBD) is known color: Cerulean. HEX triplet: 13, 7C and BD. RGB value is (19,124,189). Sum of RGB (Red+Green+Blue) = 19+124+189=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #137CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CBD is #EC8342. Grayscale: #636363. Windows color (decimal): -15500099 or 12418067. OLE color: 12418067.

HSL color Cylindrical-coordinate representation of color #137CBD: hue angle of 202.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137CBD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 124 189 -
CMYK 0.90 0.34 0 0.26
HSL 202.94º 0.82% 0.41% -
HSV(B) 202.94º 0.9% 0.74% -
XYZ 16.66 18.23 50.78 -
YUV 100.02 178.21 70.21 -
System Red Green Blue C M Y K H S L
Decimal 19 124 189 0.90 0.34 0 0.26 202.94 0.82 0.41
Hex 13 7C BD 5A 22 0 1A CB 52 29
Octal 23 174 275 132 42 0 32 313 122 51
Binary 10011 1111100 10111101 1011010 100010 0 11010 11001011 1010010 101001

Color Harmonies of #137CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CBD

Black with #137CBD

Text Example


Text Example

White with #137CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,124,189); }

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

background-color css

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

 a { background-color: rgb(19,124,189); }

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

border-color css

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

 span { border-color: rgb(19,124,189); }

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