Html Css Color HEX #105AF6 Navy Blue

📋 copy color: '#105AF6'

red 16 ◦ green 90 ◦ blue 246

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

Shades of Navy Blue #105AF6

Tints of Navy Blue #105AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.57%

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

R = 4.55%
G = 25.57%
B = 69.89%

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

#105AF6 (or 0x105AF6) is known color: Navy Blue. HEX triplet: 10, 5A and F6. RGB value is (16,90,246). Sum of RGB (Red+Green+Blue) = 16+90+246=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 246 (96.48% from 255 or 69.89% from 352); Max value from RGB is 246 - color contains mainly: blue. Hex color #105AF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105AF6 is #EFA509. Grayscale: #545454. Windows color (decimal): -15705354 or 16144912. OLE color: 16144912.

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

Color convert

RGB 16 90 246 -
CMYK 0.93 0.63 0 0.04
HSL 220.7º 0.93% 0.51% -
HSV(B) 220.7º 0.93% 0.96% -
XYZ 20.5 14.08 88.83 -
YUV 85.66 218.48 78.32 -
System Red Green Blue C M Y K H S L
Decimal 16 90 246 0.93 0.63 0 0.04 220.7 0.93 0.51
Hex 10 5A F6 5D 3F 0 4 DD 5D 33
Octal 20 132 366 135 77 0 4 335 135 63
Binary 10000 1011010 11110110 1011101 111111 0 100 11011101 1011101 110011

Color Harmonies of #105AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105AF6

Black with #105AF6

Text Example


Text Example

White with #105AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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