Html Css Color HEX #1792BC Pelorous

📋 copy color: '#1792BC'

red 23 ◦ green 146 ◦ blue 188

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

Shades of Pelorous #1792BC

Tints of Pelorous #1792BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 6.44%
G = 40.9%
B = 52.66%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1792BC (or 0x1792BC) is known color: Pelorous. HEX triplet: 17, 92 and BC. RGB value is (23,146,188). Sum of RGB (Red+Green+Blue) = 23+146+188=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #1792BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1792BC is #E86D43. Grayscale: #717171. Windows color (decimal): -15232324 or 12358167. OLE color: 12358167.

HSL color Cylindrical-coordinate representation of color #1792BC: hue angle of 195.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1792BC is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 146 188 -
CMYK 0.88 0.22 0 0.26
HSL 195.27º 0.78% 0.41% -
HSV(B) 195.27º 0.88% 0.74% -
XYZ 19.71 24.37 51.24 -
YUV 114.01 169.75 63.08 -
System Red Green Blue C M Y K H S L
Decimal 23 146 188 0.88 0.22 0 0.26 195.27 0.78 0.41
Hex 17 92 BC 58 16 0 1A C3 4E 29
Octal 27 222 274 130 26 0 32 303 116 51
Binary 10111 10010010 10111100 1011000 10110 0 11010 11000011 1001110 101001

Color Harmonies of #1792BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1792BC

Black with #1792BC

Text Example


Text Example

White with #1792BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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