Html Css Color HEX #1785B3 Pelorous

📋 copy color: '#1785B3'

red 23 ◦ green 133 ◦ blue 179

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

Shades of Pelorous #1785B3

Tints of Pelorous #1785B3

RGB

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

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

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

R = 6.87%
G = 39.7%
B = 53.43%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1785B3 (or 0x1785B3) is known color: Pelorous. HEX triplet: 17, 85 and B3. RGB value is (23,133,179). Sum of RGB (Red+Green+Blue) = 23+133+179=335 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.87% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #1785B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1785B3 is #E87A4C. Grayscale: #696969. Windows color (decimal): -15235661 or 11765015. OLE color: 11765015.

HSL color Cylindrical-coordinate representation of color #1785B3: hue angle of 197.69º 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 #1785B3 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 23 133 179 -
CMYK 0.87 0.26 0 0.30
HSL 197.69º 0.77% 0.4% -
HSV(B) 197.69º 0.87% 0.7% -
XYZ 16.88 20.21 45.66 -
YUV 105.35 169.56 69.26 -
System Red Green Blue C M Y K H S L
Decimal 23 133 179 0.87 0.26 0 0.30 197.69 0.77 0.4
Hex 17 85 B3 57 1A 0 1E C6 4D 28
Octal 27 205 263 127 32 0 36 306 115 50
Binary 10111 10000101 10110011 1010111 11010 0 11110 11000110 1001101 101000

Color Harmonies of #1785B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1785B3

Black with #1785B3

Text Example


Text Example

White with #1785B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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