Html Css Color HEX #137BBA Cerulean

📋 copy color: '#137BBA'

red 19 ◦ green 123 ◦ blue 186

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

Shades of Cerulean #137BBA

Tints of Cerulean #137BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.71%

R = 5.79%
G = 37.5%
B = 56.71%

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

#137BBA (or 0x137BBA) is known color: Cerulean. HEX triplet: 13, 7B and BA. RGB value is (19,123,186). Sum of RGB (Red+Green+Blue) = 19+123+186=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #137BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BBA is #EC8445. Grayscale: #626262. Windows color (decimal): -15500358 or 12221203. OLE color: 12221203.

HSL color Cylindrical-coordinate representation of color #137BBA: hue angle of 202.63º degrees, saturation: 0.81, 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 #137BBA is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 123 186 -
CMYK 0.90 0.34 0 0.27
HSL 202.63º 0.81% 0.4% -
HSV(B) 202.63º 0.9% 0.73% -
XYZ 16.21 17.85 49.05 -
YUV 99.09 177.04 70.88 -
System Red Green Blue C M Y K H S L
Decimal 19 123 186 0.90 0.34 0 0.27 202.63 0.81 0.4
Hex 13 7B BA 5A 22 0 1B CB 51 28
Octal 23 173 272 132 42 0 33 313 121 50
Binary 10011 1111011 10111010 1011010 100010 0 11011 11001011 1010001 101000

Color Harmonies of #137BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BBA

Black with #137BBA

Text Example


Text Example

White with #137BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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