Html Css Color HEX #137BBB Cerulean

📋 copy color: '#137BBB'

red 19 ◦ green 123 ◦ blue 187

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

Shades of Cerulean #137BBB

Tints of Cerulean #137BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 5.78%
G = 37.39%
B = 56.84%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#137BBB (or 0x137BBB) is known color: Cerulean. HEX triplet: 13, 7B and BB. RGB value is (19,123,187). Sum of RGB (Red+Green+Blue) = 19+123+187=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #137BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BBB is #EC8444. Grayscale: #626262. Windows color (decimal): -15500357 or 12286739. OLE color: 12286739.

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

Color convert

RGB 19 123 187 -
CMYK 0.90 0.34 0 0.27
HSL 202.86º 0.82% 0.4% -
HSV(B) 202.86º 0.9% 0.73% -
XYZ 16.32 17.89 49.61 -
YUV 99.2 177.54 70.8 -
System Red Green Blue C M Y K H S L
Decimal 19 123 187 0.90 0.34 0 0.27 202.86 0.82 0.4
Hex 13 7B BB 5A 22 0 1B CB 52 28
Octal 23 173 273 132 42 0 33 313 122 50
Binary 10011 1111011 10111011 1011010 100010 0 11011 11001011 1010010 101000

Color Harmonies of #137BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BBB

Black with #137BBB

Text Example


Text Example

White with #137BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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