Html Css Color HEX #1895BA Pelorous

📋 copy color: '#1895BA'

red 24 ◦ green 149 ◦ blue 186

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

Shades of Pelorous #1895BA

Tints of Pelorous #1895BA

RGB

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

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

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

R = 6.69%
G = 41.5%
B = 51.81%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1895BA (or 0x1895BA) is known color: Pelorous. HEX triplet: 18, 95 and BA. RGB value is (24,149,186). Sum of RGB (Red+Green+Blue) = 24+149+186=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #1895BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1895BA is #E76A45. Grayscale: #737373. Windows color (decimal): -15166022 or 12227864. OLE color: 12227864.

HSL color Cylindrical-coordinate representation of color #1895BA: hue angle of 193.7º 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 #1895BA is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 149 186 -
CMYK 0.87 0.20 0 0.27
HSL 193.7º 0.77% 0.41% -
HSV(B) 193.7º 0.87% 0.73% -
XYZ 19.99 25.23 50.27 -
YUV 115.84 167.59 62.49 -
System Red Green Blue C M Y K H S L
Decimal 24 149 186 0.87 0.20 0 0.27 193.7 0.77 0.41
Hex 18 95 BA 57 14 0 1B C2 4D 29
Octal 30 225 272 127 24 0 33 302 115 51
Binary 11000 10010101 10111010 1010111 10100 0 11011 11000010 1001101 101001

Color Harmonies of #1895BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1895BA

Black with #1895BA

Text Example


Text Example

White with #1895BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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