Html Css Color HEX #1792AB Pelorous

📋 copy color: '#1792AB'

red 23 ◦ green 146 ◦ blue 171

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

Shades of Pelorous #1792AB

Tints of Pelorous #1792AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 6.76%
G = 42.94%
B = 50.29%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1792AB (or 0x1792AB) is known color: Pelorous. HEX triplet: 17, 92 and AB. RGB value is (23,146,171). Sum of RGB (Red+Green+Blue) = 23+146+171=340 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.76% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #1792AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1792AB is #E86D54. Grayscale: #6F6F6F. Windows color (decimal): -15232341 or 11244055. OLE color: 11244055.

HSL color Cylindrical-coordinate representation of color #1792AB: hue angle of 190.14º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1792AB is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 146 171 -
CMYK 0.87 0.15 0 0.33
HSL 190.14º 0.76% 0.38% -
HSV(B) 190.14º 0.87% 0.67% -
XYZ 17.98 23.68 42.15 -
YUV 112.07 161.25 64.47 -
System Red Green Blue C M Y K H S L
Decimal 23 146 171 0.87 0.15 0 0.33 190.14 0.76 0.38
Hex 17 92 AB 57 F 0 21 BE 4C 26
Octal 27 222 253 127 17 0 41 276 114 46
Binary 10111 10010010 10101011 1010111 1111 0 100001 10111110 1001100 100110

Color Harmonies of #1792AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1792AB

Black with #1792AB

Text Example


Text Example

White with #1792AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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