Html Css Color HEX #1795BA Pelorous

📋 copy color: '#1795BA'

red 23 ◦ green 149 ◦ blue 186

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

Shades of Pelorous #1795BA

Tints of Pelorous #1795BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 6.42%
G = 41.62%
B = 51.96%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1795BA (or 0x1795BA) is known color: Pelorous. HEX triplet: 17, 95 and BA. RGB value is (23,149,186). Sum of RGB (Red+Green+Blue) = 23+149+186=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #1795BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1795BA is #E86A45. Grayscale: #737373. Windows color (decimal): -15231558 or 12227863. OLE color: 12227863.

HSL color Cylindrical-coordinate representation of color #1795BA: hue angle of 193.62º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1795BA is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 149 186 -
CMYK 0.88 0.20 0 0.27
HSL 193.62º 0.78% 0.41% -
HSV(B) 193.62º 0.88% 0.73% -
XYZ 19.96 25.22 50.27 -
YUV 115.54 167.76 61.99 -
System Red Green Blue C M Y K H S L
Decimal 23 149 186 0.88 0.20 0 0.27 193.62 0.78 0.41
Hex 17 95 BA 58 14 0 1B C2 4E 29
Octal 27 225 272 130 24 0 33 302 116 51
Binary 10111 10010101 10111010 1011000 10100 0 11011 11000010 1001110 101001

Color Harmonies of #1795BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1795BA

Black with #1795BA

Text Example


Text Example

White with #1795BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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