Html Css Color HEX #1055F5 Navy Blue

📋 copy color: '#1055F5'

red 16 ◦ green 85 ◦ blue 245

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

Shades of Navy Blue #1055F5

Tints of Navy Blue #1055F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 70.81%

R = 4.62%
G = 24.57%
B = 70.81%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1055F5 (or 0x1055F5) is known color: Navy Blue. HEX triplet: 10, 55 and F5. RGB value is (16,85,245). Sum of RGB (Red+Green+Blue) = 16+85+245=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 245 (96.09% from 255 or 70.81% from 346); Max value from RGB is 245 - color contains mainly: blue. Hex color #1055F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1055F5 is #EFAA0A. Grayscale: #515151. Windows color (decimal): -15706635 or 16078096. OLE color: 16078096.

HSL color Cylindrical-coordinate representation of color #1055F5: hue angle of 221.92º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1055F5 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 85 245 -
CMYK 0.93 0.65 0 0.04
HSL 221.92º 0.92% 0.51% -
HSV(B) 221.92º 0.93% 0.96% -
XYZ 19.94 13.2 87.88 -
YUV 82.61 219.64 80.49 -
System Red Green Blue C M Y K H S L
Decimal 16 85 245 0.93 0.65 0 0.04 221.92 0.92 0.51
Hex 10 55 F5 5D 41 0 4 DE 5C 33
Octal 20 125 365 135 101 0 4 336 134 63
Binary 10000 1010101 11110101 1011101 1000001 0 100 11011110 1011100 110011

Color Harmonies of #1055F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1055F5

Black with #1055F5

Text Example


Text Example

White with #1055F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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