Html Css Color HEX #1885BA Pelorous

📋 copy color: '#1885BA'

red 24 ◦ green 133 ◦ blue 186

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

Shades of Pelorous #1885BA

Tints of Pelorous #1885BA

RGB

 RED value IS 24 (9.77% from 255) = 7%

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

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

R = 7%
G = 38.78%
B = 54.23%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1885BA (or 0x1885BA) is known color: Pelorous. HEX triplet: 18, 85 and BA. RGB value is (24,133,186). Sum of RGB (Red+Green+Blue) = 24+133+186=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #1885BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1885BA is #E77A45. Grayscale: #6A6A6A. Windows color (decimal): -15170118 or 12223768. OLE color: 12223768.

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

Color convert

RGB 24 133 186 -
CMYK 0.87 0.28 0 0.27
HSL 199.63º 0.77% 0.41% -
HSV(B) 199.63º 0.87% 0.73% -
XYZ 17.63 20.51 49.49 -
YUV 106.45 172.89 69.19 -
System Red Green Blue C M Y K H S L
Decimal 24 133 186 0.87 0.28 0 0.27 199.63 0.77 0.41
Hex 18 85 BA 57 1C 0 1B C8 4D 29
Octal 30 205 272 127 34 0 33 310 115 51
Binary 11000 10000101 10111010 1010111 11100 0 11011 11001000 1001101 101001

Color Harmonies of #1885BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1885BA

Black with #1885BA

Text Example


Text Example

White with #1885BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,133,186); }

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

background-color css

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

 a { background-color: rgb(24,133,186); }

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

border-color css

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

 span { border-color: rgb(24,133,186); }

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