Html Css Color HEX #137CB8 Cerulean

📋 copy color: '#137CB8'

red 19 ◦ green 124 ◦ blue 184

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

Shades of Cerulean #137CB8

Tints of Cerulean #137CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 56.27%

R = 5.81%
G = 37.92%
B = 56.27%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#137CB8 (or 0x137CB8) is known color: Cerulean. HEX triplet: 13, 7C and B8. RGB value is (19,124,184). Sum of RGB (Red+Green+Blue) = 19+124+184=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 184 (72.27% from 255 or 56.27% from 327); Max value from RGB is 184 - color contains mainly: blue. Hex color #137CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CB8 is #EC8347. Grayscale: #636363. Windows color (decimal): -15500104 or 12090387. OLE color: 12090387.

HSL color Cylindrical-coordinate representation of color #137CB8: hue angle of 201.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137CB8 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 124 184 -
CMYK 0.90 0.33 0 0.28
HSL 201.82º 0.81% 0.4% -
HSV(B) 201.82º 0.9% 0.72% -
XYZ 16.13 18.01 47.97 -
YUV 99.45 175.71 70.62 -
System Red Green Blue C M Y K H S L
Decimal 19 124 184 0.90 0.33 0 0.28 201.82 0.81 0.4
Hex 13 7C B8 5A 21 0 1C CA 51 28
Octal 23 174 270 132 41 0 34 312 121 50
Binary 10011 1111100 10111000 1011010 100001 0 11100 11001010 1010001 101000

Color Harmonies of #137CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CB8

Black with #137CB8

Text Example


Text Example

White with #137CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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