Html Css Color HEX #105CF6 Navy Blue

📋 copy color: '#105CF6'

red 16 ◦ green 92 ◦ blue 246

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

Shades of Navy Blue #105CF6

Tints of Navy Blue #105CF6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

 BLUE value IS 246 (96.48% from 255) = 69.49%

R = 4.52%
G = 25.99%
B = 69.49%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#105CF6 (or 0x105CF6) is known color: Navy Blue. HEX triplet: 10, 5C and F6. RGB value is (16,92,246). Sum of RGB (Red+Green+Blue) = 16+92+246=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 246 (96.48% from 255 or 69.49% from 354); Max value from RGB is 246 - color contains mainly: blue. Hex color #105CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105CF6 is #EFA309. Grayscale: #565656. Windows color (decimal): -15704842 or 16145424. OLE color: 16145424.

HSL color Cylindrical-coordinate representation of color #105CF6: hue angle of 220.17º degrees, saturation: 0.93, 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 #105CF6 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 92 246 -
CMYK 0.93 0.63 0 0.04
HSL 220.17º 0.93% 0.51% -
HSV(B) 220.17º 0.93% 0.96% -
XYZ 20.68 14.42 88.88 -
YUV 86.83 217.82 77.48 -
System Red Green Blue C M Y K H S L
Decimal 16 92 246 0.93 0.63 0 0.04 220.17 0.93 0.51
Hex 10 5C F6 5D 3F 0 4 DC 5D 33
Octal 20 134 366 135 77 0 4 334 135 63
Binary 10000 1011100 11110110 1011101 111111 0 100 11011100 1011101 110011

Color Harmonies of #105CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105CF6

Black with #105CF6

Text Example


Text Example

White with #105CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105CF6; }

 p { color: rgb(16,92,246); }

 H1.HeaderClassName
 {
   color: #105CF6;
 }
 .AnyTagClassName
 {
   color: #105CF6;
 }
</style>

background-color css

<style>
 a { background-color: #105CF6; }

 a { background-color: rgb(16,92,246); }

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

border-color css

<style>
 span { border-color: #105CF6; }

 span { border-color: rgb(16,92,246); }

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