Html Css Color HEX #1863DA Navy Blue

📋 copy color: '#1863DA'

red 24 ◦ green 99 ◦ blue 218

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

Shades of Navy Blue #1863DA

Tints of Navy Blue #1863DA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

 BLUE value IS 218 (85.55% from 255) = 63.93%

R = 7.04%
G = 29.03%
B = 63.93%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1863DA (or 0x1863DA) is known color: Navy Blue. HEX triplet: 18, 63 and DA. RGB value is (24,99,218). Sum of RGB (Red+Green+Blue) = 24+99+218=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #1863DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1863DA is #E79C25. Grayscale: #595959. Windows color (decimal): -15178790 or 14312216. OLE color: 14312216.

HSL color Cylindrical-coordinate representation of color #1863DA: hue angle of 216.8º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1863DA is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 99 218 -
CMYK 0.89 0.55 0 0.15
HSL 216.8º 0.8% 0.47% -
HSV(B) 216.8º 0.89% 0.85% -
XYZ 17.49 14.18 68.14 -
YUV 90.14 200.15 80.82 -
System Red Green Blue C M Y K H S L
Decimal 24 99 218 0.89 0.55 0 0.15 216.8 0.8 0.47
Hex 18 63 DA 59 37 0 F D9 50 2F
Octal 30 143 332 131 67 0 17 331 120 57
Binary 11000 1100011 11011010 1011001 110111 0 1111 11011001 1010000 101111

Color Harmonies of #1863DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1863DA

Black with #1863DA

Text Example


Text Example

White with #1863DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1863DA;
 }
 .AnyTagClassName
 {
   color: #1863DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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