Html Css Color HEX #1791BE Pelorous

📋 copy color: '#1791BE'

red 23 ◦ green 145 ◦ blue 190

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

Shades of Pelorous #1791BE

Tints of Pelorous #1791BE

RGB

 RED value IS 23 (9.38% from 255) = 6.42%

 GREEN value IS 145 (57.03% from 255) = 40.5%

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

R = 6.42%
G = 40.5%
B = 53.07%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1791BE (or 0x1791BE) is known color: Pelorous. HEX triplet: 17, 91 and BE. RGB value is (23,145,190). Sum of RGB (Red+Green+Blue) = 23+145+190=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #1791BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1791BE is #E86E41. Grayscale: #717171. Windows color (decimal): -15232578 or 12488983. OLE color: 12488983.

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

Color convert

RGB 23 145 190 -
CMYK 0.88 0.24 0 0.25
HSL 196.17º 0.78% 0.42% -
HSV(B) 196.17º 0.88% 0.75% -
XYZ 19.77 24.15 52.33 -
YUV 113.65 171.08 63.34 -
System Red Green Blue C M Y K H S L
Decimal 23 145 190 0.88 0.24 0 0.25 196.17 0.78 0.42
Hex 17 91 BE 58 18 0 19 C4 4E 2A
Octal 27 221 276 130 30 0 31 304 116 52
Binary 10111 10010001 10111110 1011000 11000 0 11001 11000100 1001110 101010

Color Harmonies of #1791BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1791BE

Black with #1791BE

Text Example


Text Example

White with #1791BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1791BE; }

 p { color: rgb(23,145,190); }

 H1.HeaderClassName
 {
   color: #1791BE;
 }
 .AnyTagClassName
 {
   color: #1791BE;
 }
</style>

background-color css

<style>
 a { background-color: #1791BE; }

 a { background-color: rgb(23,145,190); }

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

border-color css

<style>
 span { border-color: #1791BE; }

 span { border-color: rgb(23,145,190); }

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