Html Css Color HEX #1054FD Navy Blue

📋 copy color: '#1054FD'

red 16 ◦ green 84 ◦ blue 253

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

Shades of Navy Blue #1054FD

Tints of Navy Blue #1054FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.67%

R = 4.53%
G = 23.8%
B = 71.67%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1054FD (or 0x1054FD) is known color: Navy Blue. HEX triplet: 10, 54 and FD. RGB value is (16,84,253). Sum of RGB (Red+Green+Blue) = 16+84+253=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #1054FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1054FD is #EFAB02. Grayscale: #525252. Windows color (decimal): -15706883 or 16602128. OLE color: 16602128.

HSL color Cylindrical-coordinate representation of color #1054FD: hue angle of 222.78º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1054FD is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 84 253 -
CMYK 0.94 0.67 0 0.01
HSL 222.78º 0.98% 0.53% -
HSV(B) 222.78º 0.94% 0.99% -
XYZ 21.11 13.54 94.43 -
YUV 82.93 223.97 80.26 -
System Red Green Blue C M Y K H S L
Decimal 16 84 253 0.94 0.67 0 0.01 222.78 0.98 0.53
Hex 10 54 FD 5E 43 0 1 DF 62 35
Octal 20 124 375 136 103 0 1 337 142 65
Binary 10000 1010100 11111101 1011110 1000011 0 1 11011111 1100010 110101

Color Harmonies of #1054FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1054FD

Black with #1054FD

Text Example


Text Example

White with #1054FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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