Html Css Color HEX #1982CA Navy Blue

📋 copy color: '#1982CA'

red 25 ◦ green 130 ◦ blue 202

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

Shades of Navy Blue #1982CA

Tints of Navy Blue #1982CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

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

R = 7%
G = 36.41%
B = 56.58%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1982CA (or 0x1982CA) is known color: Navy Blue. HEX triplet: 19, 82 and CA. RGB value is (25,130,202). Sum of RGB (Red+Green+Blue) = 25+130+202=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #1982CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1982CA is #E67D35. Grayscale: #6A6A6A. Windows color (decimal): -15105334 or 13271577. OLE color: 13271577.

HSL color Cylindrical-coordinate representation of color #1982CA: hue angle of 204.41º 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 #1982CA is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 130 202 -
CMYK 0.88 0.36 0 0.21
HSL 204.41º 0.78% 0.45% -
HSV(B) 204.41º 0.88% 0.79% -
XYZ 19.04 20.44 58.82 -
YUV 106.81 181.71 69.65 -
System Red Green Blue C M Y K H S L
Decimal 25 130 202 0.88 0.36 0 0.21 204.41 0.78 0.45
Hex 19 82 CA 58 24 0 15 CC 4E 2D
Octal 31 202 312 130 44 0 25 314 116 55
Binary 11001 10000010 11001010 1011000 100100 0 10101 11001100 1001110 101101

Color Harmonies of #1982CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1982CA

Black with #1982CA

Text Example


Text Example

White with #1982CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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