Html Css Color HEX #1990B4 Pelorous

📋 copy color: '#1990B4'

red 25 ◦ green 144 ◦ blue 180

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

Shades of Pelorous #1990B4

Tints of Pelorous #1990B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 51.58%

R = 7.16%
G = 41.26%
B = 51.58%

CMYK

 C value IS 0.86

 M value IS 0.2

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1990B4 (or 0x1990B4) is known color: Pelorous. HEX triplet: 19, 90 and B4. RGB value is (25,144,180). Sum of RGB (Red+Green+Blue) = 25+144+180=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #1990B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1990B4 is #E66F4B. Grayscale: #707070. Windows color (decimal): -15101772 or 11833369. OLE color: 11833369.

HSL color Cylindrical-coordinate representation of color #1990B4: hue angle of 193.94º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1990B4 is Cyan = 0.86, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 144 180 -
CMYK 0.86 0.2 0 0.29
HSL 193.94º 0.76% 0.4% -
HSV(B) 193.94º 0.86% 0.71% -
XYZ 18.61 23.45 46.73 -
YUV 112.52 166.08 65.57 -
System Red Green Blue C M Y K H S L
Decimal 25 144 180 0.86 0.2 0 0.29 193.94 0.76 0.4
Hex 19 90 B4 56 14 0 1D C2 4C 28
Octal 31 220 264 126 24 0 35 302 114 50
Binary 11001 10010000 10110100 1010110 10100 0 11101 11000010 1001100 101000

Color Harmonies of #1990B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1990B4

Black with #1990B4

Text Example


Text Example

White with #1990B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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