#1863EF

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

Shades of Navy Blue #1863EF

Tints of Navy Blue #1863EF

Color information

#1863EF (or 0x1863EF) is unknown color: approx Navy Blue. HEX triplet: 18, 63 and EF. RGB value is (24,99,239). Sum of RGB (Red+Green+Blue) = 24+99+239=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #1863EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1863EF is #E79C10. Grayscale: #5B5B5B. Windows color (decimal): -15178769 or 15688472. OLE color: 15688472.

HSL color Cylindrical-coordinate representation of color #1863EF: hue angle of 219.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1863EF is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2499239-
CMYK0.900.5900.06
HSL219.07º87.04%51.57%-
HSV(B)219.07º89.96%93.73%-
XYZ20.4215.3583.55-
YUV92.54210.6579.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.63%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 239 (93.75% from 255) = 66.02%
R=6.63%
G=27.35%
B=66.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24992390.900.5900.06219.0787.0451.57
Hex1863EF5A3B06db5734
Octal30143357132730633312764
Binary1100011000111110111110110101110110110110110111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1863EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1863EF; }

 p { color: rgb(24,99,239); }

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

<style>
 a { background-color: #1863EF; }

 a { background-color: rgb(24,99,239); }

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

<style>
 span { border-color: #1863EF; }

 span { border-color: rgb(24,99,239); }

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