Html Css Color HEX #1982CC Navy Blue

📋 copy color: '#1982CC'

red 25 ◦ green 130 ◦ blue 204

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

Shades of Navy Blue #1982CC

Tints of Navy Blue #1982CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.82%

R = 6.96%
G = 36.21%
B = 56.82%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1982CC (or 0x1982CC) is known color: Navy Blue. HEX triplet: 19, 82 and CC. RGB value is (25,130,204). Sum of RGB (Red+Green+Blue) = 25+130+204=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #1982CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1982CC is #E67D33. Grayscale: #6A6A6A. Windows color (decimal): -15105332 or 13402649. OLE color: 13402649.

HSL color Cylindrical-coordinate representation of color #1982CC: hue angle of 204.8º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1982CC is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 25 130 204 -
CMYK 0.88 0.36 0 0.2
HSL 204.8º 0.78% 0.45% -
HSV(B) 204.8º 0.88% 0.8% -
XYZ 19.28 20.53 60.07 -
YUV 107.04 182.71 69.48 -
System Red Green Blue C M Y K H S L
Decimal 25 130 204 0.88 0.36 0 0.2 204.8 0.78 0.45
Hex 19 82 CC 58 24 0 14 CD 4E 2D
Octal 31 202 314 130 44 0 24 315 116 55
Binary 11001 10000010 11001100 1011000 100100 0 10100 11001101 1001110 101101

Color Harmonies of #1982CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1982CC

Black with #1982CC

Text Example


Text Example

White with #1982CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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