Html Css Color HEX #1868DF Navy Blue

📋 copy color: '#1868DF'

red 24 ◦ green 104 ◦ blue 223

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

Shades of Navy Blue #1868DF

Tints of Navy Blue #1868DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

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

R = 6.84%
G = 29.63%
B = 63.53%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1868DF (or 0x1868DF) is known color: Navy Blue. HEX triplet: 18, 68 and DF. RGB value is (24,104,223). Sum of RGB (Red+Green+Blue) = 24+104+223=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #1868DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1868DF is #E79720. Grayscale: #5D5D5D. Windows color (decimal): -15177505 or 14641176. OLE color: 14641176.

HSL color Cylindrical-coordinate representation of color #1868DF: hue angle of 215.88º 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 #1868DF is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 104 223 -
CMYK 0.89 0.53 0 0.13
HSL 215.88º 0.81% 0.48% -
HSV(B) 215.88º 0.89% 0.87% -
XYZ 18.65 15.42 71.81 -
YUV 93.65 201 78.32 -
System Red Green Blue C M Y K H S L
Decimal 24 104 223 0.89 0.53 0 0.13 215.88 0.81 0.48
Hex 18 68 DF 59 35 0 D D8 51 30
Octal 30 150 337 131 65 0 15 330 121 60
Binary 11000 1101000 11011111 1011001 110101 0 1101 11011000 1010001 110000

Color Harmonies of #1868DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1868DF

Black with #1868DF

Text Example


Text Example

White with #1868DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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