Html Css Color HEX #1990CA Pacific Blue

📋 copy color: '#1990CA'

red 25 ◦ green 144 ◦ blue 202

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

Shades of Pacific Blue #1990CA

Tints of Pacific Blue #1990CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.45%

R = 6.74%
G = 38.81%
B = 54.45%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1990CA (or 0x1990CA) is known color: Pacific Blue. HEX triplet: 19, 90 and CA. RGB value is (25,144,202). Sum of RGB (Red+Green+Blue) = 25+144+202=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #1990CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1990CA is #E66F35. Grayscale: #727272. Windows color (decimal): -15101750 or 13275161. OLE color: 13275161.

HSL color Cylindrical-coordinate representation of color #1990CA: hue angle of 199.66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1990CA is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 144 202 -
CMYK 0.88 0.29 0 0.21
HSL 199.66º 0.78% 0.45% -
HSV(B) 199.66º 0.88% 0.79% -
XYZ 21.03 24.42 59.48 -
YUV 115.03 177.08 63.78 -
System Red Green Blue C M Y K H S L
Decimal 25 144 202 0.88 0.29 0 0.21 199.66 0.78 0.45
Hex 19 90 CA 58 1D 0 15 C8 4E 2D
Octal 31 220 312 130 35 0 25 310 116 55
Binary 11001 10010000 11001010 1011000 11101 0 10101 11001000 1001110 101101

Color Harmonies of #1990CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1990CA

Black with #1990CA

Text Example


Text Example

White with #1990CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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