Html Css Color HEX #105AEF Navy Blue

📋 copy color: '#105AEF'

red 16 ◦ green 90 ◦ blue 239

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

Shades of Navy Blue #105AEF

Tints of Navy Blue #105AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.28%

R = 4.64%
G = 26.09%
B = 69.28%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#105AEF (or 0x105AEF) is known color: Navy Blue. HEX triplet: 10, 5A and EF. RGB value is (16,90,239). Sum of RGB (Red+Green+Blue) = 16+90+239=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #105AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105AEF is #EFA510. Grayscale: #545454. Windows color (decimal): -15705361 or 15686160. OLE color: 15686160.

HSL color Cylindrical-coordinate representation of color #105AEF: hue angle of 220.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105AEF is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 90 239 -
CMYK 0.93 0.62 0 0.06
HSL 220.09º 0.87% 0.5% -
HSV(B) 220.09º 0.93% 0.94% -
XYZ 19.45 13.65 83.27 -
YUV 84.86 214.98 78.88 -
System Red Green Blue C M Y K H S L
Decimal 16 90 239 0.93 0.62 0 0.06 220.09 0.87 0.5
Hex 10 5A EF 5D 3E 0 6 DC 57 32
Octal 20 132 357 135 76 0 6 334 127 62
Binary 10000 1011010 11101111 1011101 111110 0 110 11011100 1010111 110010

Color Harmonies of #105AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105AEF

Black with #105AEF

Text Example


Text Example

White with #105AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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