Html Css Color HEX #1982D5 Navy Blue

📋 copy color: '#1982D5'

red 25 ◦ green 130 ◦ blue 213

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

Shades of Navy Blue #1982D5

Tints of Navy Blue #1982D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 57.88%

R = 6.79%
G = 35.33%
B = 57.88%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1982D5 (or 0x1982D5) is known color: Navy Blue. HEX triplet: 19, 82 and D5. RGB value is (25,130,213). Sum of RGB (Red+Green+Blue) = 25+130+213=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 213 (83.59% from 255 or 57.88% from 368); Max value from RGB is 213 - color contains mainly: blue. Hex color #1982D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1982D5 is #E67D2A. Grayscale: #6B6B6B. Windows color (decimal): -15105323 or 13992473. OLE color: 13992473.

HSL color Cylindrical-coordinate representation of color #1982D5: hue angle of 206.49º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1982D5 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 130 213 -
CMYK 0.88 0.39 0 0.16
HSL 206.49º 0.79% 0.47% -
HSV(B) 206.49º 0.88% 0.84% -
XYZ 20.39 20.98 65.92 -
YUV 108.07 187.21 68.75 -
System Red Green Blue C M Y K H S L
Decimal 25 130 213 0.88 0.39 0 0.16 206.49 0.79 0.47
Hex 19 82 D5 58 27 0 10 CE 4F 2F
Octal 31 202 325 130 47 0 20 316 117 57
Binary 11001 10000010 11010101 1011000 100111 0 10000 11001110 1001111 101111

Color Harmonies of #1982D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1982D5

Black with #1982D5

Text Example


Text Example

White with #1982D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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