Html Css Color HEX #1983CA Navy Blue

📋 copy color: '#1983CA'

red 25 ◦ green 131 ◦ blue 202

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

Shades of Navy Blue #1983CA

Tints of Navy Blue #1983CA

RGB

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

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

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

R = 6.98%
G = 36.59%
B = 56.42%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1983CA (or 0x1983CA) is known color: Navy Blue. HEX triplet: 19, 83 and CA. RGB value is (25,131,202). Sum of RGB (Red+Green+Blue) = 25+131+202=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #1983CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1983CA is #E67C35. Grayscale: #6B6B6B. Windows color (decimal): -15105078 or 13271833. OLE color: 13271833.

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

Color convert

RGB 25 131 202 -
CMYK 0.88 0.35 0 0.21
HSL 204.07º 0.78% 0.45% -
HSV(B) 204.07º 0.88% 0.79% -
XYZ 19.18 20.7 58.86 -
YUV 107.4 181.38 69.23 -
System Red Green Blue C M Y K H S L
Decimal 25 131 202 0.88 0.35 0 0.21 204.07 0.78 0.45
Hex 19 83 CA 58 23 0 15 CC 4E 2D
Octal 31 203 312 130 43 0 25 314 116 55
Binary 11001 10000011 11001010 1011000 100011 0 10101 11001100 1001110 101101

Color Harmonies of #1983CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1983CA

Black with #1983CA

Text Example


Text Example

White with #1983CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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