Html Css Color HEX #1054DA Navy Blue

📋 copy color: '#1054DA'

red 16 ◦ green 84 ◦ blue 218

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

Shades of Navy Blue #1054DA

Tints of Navy Blue #1054DA

RGB

 RED value IS 16 (6.64% from 255) = 5.03%

 GREEN value IS 84 (33.2% from 255) = 26.42%

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

R = 5.03%
G = 26.42%
B = 68.55%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1054DA (or 0x1054DA) is known color: Navy Blue. HEX triplet: 10, 54 and DA. RGB value is (16,84,218). Sum of RGB (Red+Green+Blue) = 16+84+218=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #1054DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1054DA is #EFAB25. Grayscale: #4E4E4E. Windows color (decimal): -15706918 or 14308368. OLE color: 14308368.

HSL color Cylindrical-coordinate representation of color #1054DA: hue angle of 219.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1054DA is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 84 218 -
CMYK 0.93 0.61 0 0.15
HSL 219.8º 0.86% 0.46% -
HSV(B) 219.8º 0.93% 0.85% -
XYZ 16.04 11.51 67.71 -
YUV 78.94 206.47 83.1 -
System Red Green Blue C M Y K H S L
Decimal 16 84 218 0.93 0.61 0 0.15 219.8 0.86 0.46
Hex 10 54 DA 5D 3D 0 F DC 56 2E
Octal 20 124 332 135 75 0 17 334 126 56
Binary 10000 1010100 11011010 1011101 111101 0 1111 11011100 1010110 101110

Color Harmonies of #1054DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1054DA

Black with #1054DA

Text Example


Text Example

White with #1054DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,84,218); }

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

background-color css

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

 a { background-color: rgb(16,84,218); }

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

border-color css

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

 span { border-color: rgb(16,84,218); }

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