Html Css Color HEX #137FBF Cerulean

📋 copy color: '#137FBF'

red 19 ◦ green 127 ◦ blue 191

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

Shades of Cerulean #137FBF

Tints of Cerulean #137FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.68%

R = 5.64%
G = 37.69%
B = 56.68%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#137FBF (or 0x137FBF) is known color: Cerulean. HEX triplet: 13, 7F and BF. RGB value is (19,127,191). Sum of RGB (Red+Green+Blue) = 19+127+191=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #137FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FBF is #EC8040. Grayscale: #656565. Windows color (decimal): -15499329 or 12549907. OLE color: 12549907.

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

Color convert

RGB 19 127 191 -
CMYK 0.90 0.34 0 0.25
HSL 202.33º 0.82% 0.41% -
HSV(B) 202.33º 0.9% 0.75% -
XYZ 17.26 19.08 52.06 -
YUV 102 178.22 68.8 -
System Red Green Blue C M Y K H S L
Decimal 19 127 191 0.90 0.34 0 0.25 202.33 0.82 0.41
Hex 13 7F BF 5A 22 0 19 CA 52 29
Octal 23 177 277 132 42 0 31 312 122 51
Binary 10011 1111111 10111111 1011010 100010 0 11001 11001010 1010010 101001

Color Harmonies of #137FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FBF

Black with #137FBF

Text Example


Text Example

White with #137FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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