Html Css Color HEX #137FBA Cerulean

📋 copy color: '#137FBA'

red 19 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #137FBA

Tints of Cerulean #137FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 38.25%

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

R = 5.72%
G = 38.25%
B = 56.02%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#137FBA (or 0x137FBA) is known color: Cerulean. HEX triplet: 13, 7F and BA. RGB value is (19,127,186). Sum of RGB (Red+Green+Blue) = 19+127+186=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #137FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FBA is #EC8045. Grayscale: #656565. Windows color (decimal): -15499334 or 12222227. OLE color: 12222227.

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

Color convert

RGB 19 127 186 -
CMYK 0.90 0.32 0 0.27
HSL 201.2º 0.81% 0.4% -
HSV(B) 201.2º 0.9% 0.73% -
XYZ 16.72 18.86 49.21 -
YUV 101.43 175.72 69.2 -
System Red Green Blue C M Y K H S L
Decimal 19 127 186 0.90 0.32 0 0.27 201.2 0.81 0.4
Hex 13 7F BA 5A 20 0 1B C9 51 28
Octal 23 177 272 132 40 0 33 311 121 50
Binary 10011 1111111 10111010 1011010 100000 0 11011 11001001 1010001 101000

Color Harmonies of #137FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FBA

Black with #137FBA

Text Example


Text Example

White with #137FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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