Html Css Color HEX #1795A7 Pelorous

📋 copy color: '#1795A7'

red 23 ◦ green 149 ◦ blue 167

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

Shades of Pelorous #1795A7

Tints of Pelorous #1795A7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.95%

 BLUE value IS 167 (65.63% from 255) = 49.26%

R = 6.78%
G = 43.95%
B = 49.26%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1795A7 (or 0x1795A7) is known color: Pelorous. HEX triplet: 17, 95 and A7. RGB value is (23,149,167). Sum of RGB (Red+Green+Blue) = 23+149+167=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 167 - color contains mainly: blue. Hex color #1795A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1795A7 is #E86A58. Grayscale: #717171. Windows color (decimal): -15231577 or 10982679. OLE color: 10982679.

HSL color Cylindrical-coordinate representation of color #1795A7: hue angle of 187.5º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1795A7 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 23 149 167 -
CMYK 0.86 0.11 0 0.35
HSL 187.5º 0.76% 0.37% -
HSV(B) 187.5º 0.86% 0.65% -
XYZ 18.08 24.47 40.33 -
YUV 113.38 158.26 63.54 -
System Red Green Blue C M Y K H S L
Decimal 23 149 167 0.86 0.11 0 0.35 187.5 0.76 0.37
Hex 17 95 A7 56 B 0 23 BC 4C 25
Octal 27 225 247 126 13 0 43 274 114 45
Binary 10111 10010101 10100111 1010110 1011 0 100011 10111100 1001100 100101

Color Harmonies of #1795A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1795A7

Black with #1795A7

Text Example


Text Example

White with #1795A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1795A7; }

 p { color: rgb(23,149,167); }

 H1.HeaderClassName
 {
   color: #1795A7;
 }
 .AnyTagClassName
 {
   color: #1795A7;
 }
</style>

background-color css

<style>
 a { background-color: #1795A7; }

 a { background-color: rgb(23,149,167); }

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

border-color css

<style>
 span { border-color: #1795A7; }

 span { border-color: rgb(23,149,167); }

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