Html Css Color HEX #1796B3 Pelorous

📋 copy color: '#1796B3'

red 23 ◦ green 150 ◦ blue 179

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

Shades of Pelorous #1796B3

Tints of Pelorous #1796B3

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

 BLUE value IS 179 (70.31% from 255) = 50.85%

R = 6.53%
G = 42.61%
B = 50.85%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1796B3 (or 0x1796B3) is known color: Pelorous. HEX triplet: 17, 96 and B3. RGB value is (23,150,179). Sum of RGB (Red+Green+Blue) = 23+150+179=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #1796B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1796B3 is #E8694C. Grayscale: #737373. Windows color (decimal): -15231309 or 11769367. OLE color: 11769367.

HSL color Cylindrical-coordinate representation of color #1796B3: hue angle of 191.15º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1796B3 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 23 150 179 -
CMYK 0.87 0.16 0 0.30
HSL 191.15º 0.77% 0.4% -
HSV(B) 191.15º 0.87% 0.7% -
XYZ 19.4 25.25 46.5 -
YUV 115.33 163.92 62.14 -
System Red Green Blue C M Y K H S L
Decimal 23 150 179 0.87 0.16 0 0.30 191.15 0.77 0.4
Hex 17 96 B3 57 10 0 1E BF 4D 28
Octal 27 226 263 127 20 0 36 277 115 50
Binary 10111 10010110 10110011 1010111 10000 0 11110 10111111 1001101 101000

Color Harmonies of #1796B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1796B3

Black with #1796B3

Text Example


Text Example

White with #1796B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1796B3; }

 p { color: rgb(23,150,179); }

 H1.HeaderClassName
 {
   color: #1796B3;
 }
 .AnyTagClassName
 {
   color: #1796B3;
 }
</style>

background-color css

<style>
 a { background-color: #1796B3; }

 a { background-color: rgb(23,150,179); }

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

border-color css

<style>
 span { border-color: #1796B3; }

 span { border-color: rgb(23,150,179); }

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