#1873D7

Color #1873D7 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1873D7

Tints of Navy Blue #1873D7

Color information

#1873D7 (or 0x1873D7) is unknown color: approx Navy Blue. HEX triplet: 18, 73 and D7. RGB value is (24,115,215). Sum of RGB (Red+Green+Blue) = 24+115+215=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 215 (84.38% from 255 or 60.73% from 354); Max value from RGB is 215 - color contains mainly: blue. Hex color #1873D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1873D7 is #E78C28. Grayscale: #626262. Windows color (decimal): -15174697 or 14119704. OLE color: 14119704.

HSL color Cylindrical-coordinate representation of color #1873D7: hue angle of 211.41º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1873D7 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB24115215-
CMYK0.890.4700.16
HSL211.41º79.92%46.86%-
HSV(B)211.41º88.84%84.31%-
XYZ18.7717.3666.65-
YUV99.19193.3574.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.78%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 215 (84.38% from 255) = 60.73%
R=6.78%
G=32.49%
B=60.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal241152150.890.4700.16211.4179.9246.86
Hex1873D7592F010d3502f
Octal301633271315702032312057
Binary110001110011110101111011001101111010000110100111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1873D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1873D7; }

 p { color: rgb(24,115,215); }

 H1.HeaderClassName
 {
   color: #1873D7;
 }
 .AnyTagClassName
 {
   color: #1873D7;
 }
</style>
background-color css

<style>
 a { background-color: #1873D7; }

 a { background-color: rgb(24,115,215); }

 div.DivClassName
 {
   background-color: #1873D7;
 }
 .BgClassName
 {
   background-color: #1873D7;
 }
</style>
border-color css

<style>
 span { border-color: #1873D7; }

 span { border-color: rgb(24,115,215); }

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