Html Css Color HEX #137FC1 Cerulean

📋 copy color: '#137FC1'

red 19 ◦ green 127 ◦ blue 193

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

Shades of Cerulean #137FC1

Tints of Cerulean #137FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 56.93%

R = 5.6%
G = 37.46%
B = 56.93%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#137FC1 (or 0x137FC1) is known color: Cerulean. HEX triplet: 13, 7F and C1. RGB value is (19,127,193). Sum of RGB (Red+Green+Blue) = 19+127+193=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #137FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FC1 is #EC803E. Grayscale: #656565. Windows color (decimal): -15499327 or 12680979. OLE color: 12680979.

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

Color convert

RGB 19 127 193 -
CMYK 0.90 0.34 0 0.24
HSL 202.76º 0.82% 0.42% -
HSV(B) 202.76º 0.9% 0.76% -
XYZ 17.48 19.17 53.23 -
YUV 102.23 179.22 68.63 -
System Red Green Blue C M Y K H S L
Decimal 19 127 193 0.90 0.34 0 0.24 202.76 0.82 0.42
Hex 13 7F C1 5A 22 0 18 CB 52 2A
Octal 23 177 301 132 42 0 30 313 122 52
Binary 10011 1111111 11000001 1011010 100010 0 11000 11001011 1010010 101010

Color Harmonies of #137FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FC1

Black with #137FC1

Text Example


Text Example

White with #137FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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