Html Css Color HEX #1992BF Pelorous

📋 copy color: '#1992BF'

red 25 ◦ green 146 ◦ blue 191

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

Shades of Pelorous #1992BF

Tints of Pelorous #1992BF

RGB

 RED value IS 25 (10.16% from 255) = 6.91%

 GREEN value IS 146 (57.42% from 255) = 40.33%

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

R = 6.91%
G = 40.33%
B = 52.76%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1992BF (or 0x1992BF) is known color: Pelorous. HEX triplet: 19, 92 and BF. RGB value is (25,146,191). Sum of RGB (Red+Green+Blue) = 25+146+191=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #1992BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992BF is #E66D40. Grayscale: #727272. Windows color (decimal): -15101249 or 12554777. OLE color: 12554777.

HSL color Cylindrical-coordinate representation of color #1992BF: hue angle of 196.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1992BF is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 146 191 -
CMYK 0.87 0.24 0 0.25
HSL 196.27º 0.77% 0.42% -
HSV(B) 196.27º 0.87% 0.75% -
XYZ 20.08 24.53 52.97 -
YUV 114.95 170.91 63.84 -
System Red Green Blue C M Y K H S L
Decimal 25 146 191 0.87 0.24 0 0.25 196.27 0.77 0.42
Hex 19 92 BF 57 18 0 19 C4 4D 2A
Octal 31 222 277 127 30 0 31 304 115 52
Binary 11001 10010010 10111111 1010111 11000 0 11001 11000100 1001101 101010

Color Harmonies of #1992BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1992BF

Black with #1992BF

Text Example


Text Example

White with #1992BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1992BF; }

 p { color: rgb(25,146,191); }

 H1.HeaderClassName
 {
   color: #1992BF;
 }
 .AnyTagClassName
 {
   color: #1992BF;
 }
</style>

background-color css

<style>
 a { background-color: #1992BF; }

 a { background-color: rgb(25,146,191); }

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

border-color css

<style>
 span { border-color: #1992BF; }

 span { border-color: rgb(25,146,191); }

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