Html Css Color HEX #1785B6 Pelorous

📋 copy color: '#1785B6'

red 23 ◦ green 133 ◦ blue 182

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

Shades of Pelorous #1785B6

Tints of Pelorous #1785B6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.35%

 BLUE value IS 182 (71.48% from 255) = 53.85%

R = 6.8%
G = 39.35%
B = 53.85%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1785B6 (or 0x1785B6) is known color: Pelorous. HEX triplet: 17, 85 and B6. RGB value is (23,133,182). Sum of RGB (Red+Green+Blue) = 23+133+182=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #1785B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1785B6 is #E87A49. Grayscale: #696969. Windows color (decimal): -15235658 or 11961623. OLE color: 11961623.

HSL color Cylindrical-coordinate representation of color #1785B6: hue angle of 198.49º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1785B6 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 23 133 182 -
CMYK 0.87 0.27 0 0.29
HSL 198.49º 0.78% 0.4% -
HSV(B) 198.49º 0.87% 0.71% -
XYZ 17.18 20.33 47.28 -
YUV 105.7 171.06 69.02 -
System Red Green Blue C M Y K H S L
Decimal 23 133 182 0.87 0.27 0 0.29 198.49 0.78 0.4
Hex 17 85 B6 57 1B 0 1D C6 4E 28
Octal 27 205 266 127 33 0 35 306 116 50
Binary 10111 10000101 10110110 1010111 11011 0 11101 11000110 1001110 101000

Color Harmonies of #1785B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1785B6

Black with #1785B6

Text Example


Text Example

White with #1785B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1785B6; }

 p { color: rgb(23,133,182); }

 H1.HeaderClassName
 {
   color: #1785B6;
 }
 .AnyTagClassName
 {
   color: #1785B6;
 }
</style>

background-color css

<style>
 a { background-color: #1785B6; }

 a { background-color: rgb(23,133,182); }

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

border-color css

<style>
 span { border-color: #1785B6; }

 span { border-color: rgb(23,133,182); }

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