Html Css Color HEX #1866DF Navy Blue

📋 copy color: '#1866DF'

red 24 ◦ green 102 ◦ blue 223

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

Shades of Navy Blue #1866DF

Tints of Navy Blue #1866DF

RGB

 RED value IS 24 (9.77% from 255) = 6.88%

 GREEN value IS 102 (40.23% from 255) = 29.23%

 BLUE value IS 223 (87.5% from 255) = 63.9%

R = 6.88%
G = 29.23%
B = 63.9%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1866DF (or 0x1866DF) is known color: Navy Blue. HEX triplet: 18, 66 and DF. RGB value is (24,102,223). Sum of RGB (Red+Green+Blue) = 24+102+223=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #1866DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1866DF is #E79920. Grayscale: #5B5B5B. Windows color (decimal): -15178017 or 14640664. OLE color: 14640664.

HSL color Cylindrical-coordinate representation of color #1866DF: hue angle of 216.48º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1866DF is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 102 223 -
CMYK 0.89 0.54 0 0.13
HSL 216.48º 0.81% 0.48% -
HSV(B) 216.48º 0.89% 0.87% -
XYZ 18.45 15.02 71.74 -
YUV 92.47 201.66 79.16 -
System Red Green Blue C M Y K H S L
Decimal 24 102 223 0.89 0.54 0 0.13 216.48 0.81 0.48
Hex 18 66 DF 59 36 0 D D8 51 30
Octal 30 146 337 131 66 0 15 330 121 60
Binary 11000 1100110 11011111 1011001 110110 0 1101 11011000 1010001 110000

Color Harmonies of #1866DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1866DF

Black with #1866DF

Text Example


Text Example

White with #1866DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1866DF; }

 p { color: rgb(24,102,223); }

 H1.HeaderClassName
 {
   color: #1866DF;
 }
 .AnyTagClassName
 {
   color: #1866DF;
 }
</style>

background-color css

<style>
 a { background-color: #1866DF; }

 a { background-color: rgb(24,102,223); }

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

border-color css

<style>
 span { border-color: #1866DF; }

 span { border-color: rgb(24,102,223); }

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