Html Css Color HEX #1792BE Pelorous

📋 copy color: '#1792BE'

red 23 ◦ green 146 ◦ blue 190

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

Shades of Pelorous #1792BE

Tints of Pelorous #1792BE

RGB

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

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

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

R = 6.41%
G = 40.67%
B = 52.92%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1792BE (or 0x1792BE) is known color: Pelorous. HEX triplet: 17, 92 and BE. RGB value is (23,146,190). Sum of RGB (Red+Green+Blue) = 23+146+190=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #1792BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1792BE is #E86D41. Grayscale: #717171. Windows color (decimal): -15232322 or 12489239. OLE color: 12489239.

HSL color Cylindrical-coordinate representation of color #1792BE: hue angle of 195.81º 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 #1792BE is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 146 190 -
CMYK 0.88 0.23 0 0.25
HSL 195.81º 0.78% 0.42% -
HSV(B) 195.81º 0.88% 0.75% -
XYZ 19.93 24.46 52.39 -
YUV 114.24 170.75 62.92 -
System Red Green Blue C M Y K H S L
Decimal 23 146 190 0.88 0.23 0 0.25 195.81 0.78 0.42
Hex 17 92 BE 58 17 0 19 C4 4E 2A
Octal 27 222 276 130 27 0 31 304 116 52
Binary 10111 10010010 10111110 1011000 10111 0 11001 11000100 1001110 101010

Color Harmonies of #1792BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1792BE

Black with #1792BE

Text Example


Text Example

White with #1792BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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