Html Css Color HEX #1990BA Pelorous

📋 copy color: '#1990BA'

red 25 ◦ green 144 ◦ blue 186

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

Shades of Pelorous #1990BA

Tints of Pelorous #1990BA

RGB

 RED value IS 25 (10.16% from 255) = 7.04%

 GREEN value IS 144 (56.64% from 255) = 40.56%

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

R = 7.04%
G = 40.56%
B = 52.39%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1990BA (or 0x1990BA) is known color: Pelorous. HEX triplet: 19, 90 and BA. RGB value is (25,144,186). Sum of RGB (Red+Green+Blue) = 25+144+186=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #1990BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1990BA is #E66F45. Grayscale: #707070. Windows color (decimal): -15101766 or 12226585. OLE color: 12226585.

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

Color convert

RGB 25 144 186 -
CMYK 0.87 0.23 0 0.27
HSL 195.65º 0.76% 0.41% -
HSV(B) 195.65º 0.87% 0.73% -
XYZ 19.24 23.7 50.01 -
YUV 113.21 169.08 65.08 -
System Red Green Blue C M Y K H S L
Decimal 25 144 186 0.87 0.23 0 0.27 195.65 0.76 0.41
Hex 19 90 BA 57 17 0 1B C4 4C 29
Octal 31 220 272 127 27 0 33 304 114 51
Binary 11001 10010000 10111010 1010111 10111 0 11011 11000100 1001100 101001

Color Harmonies of #1990BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1990BA

Black with #1990BA

Text Example


Text Example

White with #1990BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,144,186); }

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

background-color css

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

 a { background-color: rgb(25,144,186); }

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

border-color css

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

 span { border-color: rgb(25,144,186); }

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