Html Css Color HEX #1983D5 Navy Blue

📋 copy color: '#1983D5'

red 25 ◦ green 131 ◦ blue 213

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

Shades of Navy Blue #1983D5

Tints of Navy Blue #1983D5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

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

R = 6.78%
G = 35.5%
B = 57.72%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1983D5 (or 0x1983D5) is known color: Navy Blue. HEX triplet: 19, 83 and D5. RGB value is (25,131,213). Sum of RGB (Red+Green+Blue) = 25+131+213=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #1983D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1983D5 is #E67C2A. Grayscale: #6C6C6C. Windows color (decimal): -15105067 or 13992729. OLE color: 13992729.

HSL color Cylindrical-coordinate representation of color #1983D5: hue angle of 206.17º 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 #1983D5 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 131 213 -
CMYK 0.88 0.38 0 0.16
HSL 206.17º 0.79% 0.47% -
HSV(B) 206.17º 0.88% 0.84% -
XYZ 20.53 21.24 65.97 -
YUV 108.65 186.88 68.33 -
System Red Green Blue C M Y K H S L
Decimal 25 131 213 0.88 0.38 0 0.16 206.17 0.79 0.47
Hex 19 83 D5 58 26 0 10 CE 4F 2F
Octal 31 203 325 130 46 0 20 316 117 57
Binary 11001 10000011 11010101 1011000 100110 0 10000 11001110 1001111 101111

Color Harmonies of #1983D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1983D5

Black with #1983D5

Text Example


Text Example

White with #1983D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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