Html Css Color HEX #1984CE Navy Blue

📋 copy color: '#1984CE'

red 25 ◦ green 132 ◦ blue 206

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

Shades of Navy Blue #1984CE

Tints of Navy Blue #1984CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 6.89%
G = 36.36%
B = 56.75%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1984CE (or 0x1984CE) is known color: Navy Blue. HEX triplet: 19, 84 and CE. RGB value is (25,132,206). Sum of RGB (Red+Green+Blue) = 25+132+206=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #1984CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1984CE is #E67B31. Grayscale: #6C6C6C. Windows color (decimal): -15104818 or 13534233. OLE color: 13534233.

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

Color convert

RGB 25 132 206 -
CMYK 0.88 0.36 0 0.19
HSL 204.53º 0.78% 0.45% -
HSV(B) 204.53º 0.88% 0.81% -
XYZ 19.79 21.17 61.43 -
YUV 108.44 183.05 68.48 -
System Red Green Blue C M Y K H S L
Decimal 25 132 206 0.88 0.36 0 0.19 204.53 0.78 0.45
Hex 19 84 CE 58 24 0 13 CD 4E 2D
Octal 31 204 316 130 44 0 23 315 116 55
Binary 11001 10000100 11001110 1011000 100100 0 10011 11001101 1001110 101101

Color Harmonies of #1984CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1984CE

Black with #1984CE

Text Example


Text Example

White with #1984CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1984CE; }

 p { color: rgb(25,132,206); }

 H1.HeaderClassName
 {
   color: #1984CE;
 }
 .AnyTagClassName
 {
   color: #1984CE;
 }
</style>

background-color css

<style>
 a { background-color: #1984CE; }

 a { background-color: rgb(25,132,206); }

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

border-color css

<style>
 span { border-color: #1984CE; }

 span { border-color: rgb(25,132,206); }

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