Html Css Color HEX #137FBE Cerulean

📋 copy color: '#137FBE'

red 19 ◦ green 127 ◦ blue 190

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

Shades of Cerulean #137FBE

Tints of Cerulean #137FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.55%

R = 5.65%
G = 37.8%
B = 56.55%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#137FBE (or 0x137FBE) is known color: Cerulean. HEX triplet: 13, 7F and BE. RGB value is (19,127,190). Sum of RGB (Red+Green+Blue) = 19+127+190=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #137FBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FBE is #EC8041. Grayscale: #656565. Windows color (decimal): -15499330 or 12484371. OLE color: 12484371.

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

Color convert

RGB 19 127 190 -
CMYK 0.90 0.33 0 0.25
HSL 202.11º 0.82% 0.41% -
HSV(B) 202.11º 0.9% 0.75% -
XYZ 17.15 19.03 51.49 -
YUV 101.89 177.72 68.88 -
System Red Green Blue C M Y K H S L
Decimal 19 127 190 0.90 0.33 0 0.25 202.11 0.82 0.41
Hex 13 7F BE 5A 21 0 19 CA 52 29
Octal 23 177 276 132 41 0 31 312 122 51
Binary 10011 1111111 10111110 1011010 100001 0 11001 11001010 1010010 101001

Color Harmonies of #137FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FBE

Black with #137FBE

Text Example


Text Example

White with #137FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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