Html Css Color HEX #1973E6 Navy Blue

📋 copy color: '#1973E6'

red 25 ◦ green 115 ◦ blue 230

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

Shades of Navy Blue #1973E6

Tints of Navy Blue #1973E6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.08%

 BLUE value IS 230 (90.23% from 255) = 62.16%

R = 6.76%
G = 31.08%
B = 62.16%

CMYK

 C value IS 0.89

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1973E6 (or 0x1973E6) is known color: Navy Blue. HEX triplet: 19, 73 and E6. RGB value is (25,115,230). Sum of RGB (Red+Green+Blue) = 25+115+230=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 230 (90.23% from 255 or 62.16% from 370); Max value from RGB is 230 - color contains mainly: blue. Hex color #1973E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1973E6 is #E68C19. Grayscale: #646464. Windows color (decimal): -15109146 or 15102745. OLE color: 15102745.

HSL color Cylindrical-coordinate representation of color #1973E6: hue angle of 213.66º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1973E6 is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 115 230 -
CMYK 0.89 0.5 0 0.10
HSL 213.66º 0.8% 0.5% -
HSV(B) 213.66º 0.89% 0.9% -
XYZ 20.81 18.18 77.28 -
YUV 101.2 200.68 73.65 -
System Red Green Blue C M Y K H S L
Decimal 25 115 230 0.89 0.5 0 0.10 213.66 0.8 0.5
Hex 19 73 E6 59 32 0 A D6 50 32
Octal 31 163 346 131 62 0 12 326 120 62
Binary 11001 1110011 11100110 1011001 110010 0 1010 11010110 1010000 110010

Color Harmonies of #1973E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1973E6

Black with #1973E6

Text Example


Text Example

White with #1973E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1973E6; }

 p { color: rgb(25,115,230); }

 H1.HeaderClassName
 {
   color: #1973E6;
 }
 .AnyTagClassName
 {
   color: #1973E6;
 }
</style>

background-color css

<style>
 a { background-color: #1973E6; }

 a { background-color: rgb(25,115,230); }

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

border-color css

<style>
 span { border-color: #1973E6; }

 span { border-color: rgb(25,115,230); }

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