Html Css Color HEX #1055FF Navy Blue

📋 copy color: '#1055FF'

red 16 ◦ green 85 ◦ blue 255

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

Shades of Navy Blue #1055FF

Tints of Navy Blue #1055FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.88%

 BLUE value IS 255 (100% from 255) = 71.63%

R = 4.49%
G = 23.88%
B = 71.63%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1055FF (or 0x1055FF) is known color: Navy Blue. HEX triplet: 10, 55 and FF. RGB value is (16,85,255). Sum of RGB (Red+Green+Blue) = 16+85+255=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #1055FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1055FF is #EFAA00. Grayscale: #535353. Windows color (decimal): -15706625 or 16733456. OLE color: 16733456.

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

Color convert

RGB 16 85 255 -
CMYK 0.94 0.67 0 0
HSL 222.68º 1% 0.53% -
HSV(B) 222.68º 0.94% 1% -
XYZ 21.51 13.83 96.14 -
YUV 83.75 224.64 79.68 -
System Red Green Blue C M Y K H S L
Decimal 16 85 255 0.94 0.67 0 0 222.68 1 0.53
Hex 10 55 FF 5E 43 0 0 DF 64 35
Octal 20 125 377 136 103 0 0 337 144 65
Binary 10000 1010101 11111111 1011110 1000011 0 0 11011111 1100100 110101

Color Harmonies of #1055FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1055FF

Black with #1055FF

Text Example


Text Example

White with #1055FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1055FF; }

 p { color: rgb(16,85,255); }

 H1.HeaderClassName
 {
   color: #1055FF;
 }
 .AnyTagClassName
 {
   color: #1055FF;
 }
</style>

background-color css

<style>
 a { background-color: #1055FF; }

 a { background-color: rgb(16,85,255); }

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

border-color css

<style>
 span { border-color: #1055FF; }

 span { border-color: rgb(16,85,255); }

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