Html Css Color HEX #105FEF Navy Blue

📋 copy color: '#105FEF'

red 16 ◦ green 95 ◦ blue 239

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

Shades of Navy Blue #105FEF

Tints of Navy Blue #105FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

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

R = 4.57%
G = 27.14%
B = 68.29%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#105FEF (or 0x105FEF) is known color: Navy Blue. HEX triplet: 10, 5F and EF. RGB value is (16,95,239). Sum of RGB (Red+Green+Blue) = 16+95+239=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #105FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105FEF is #EFA010. Grayscale: #575757. Windows color (decimal): -15704081 or 15687440. OLE color: 15687440.

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

Color convert

RGB 16 95 239 -
CMYK 0.93 0.60 0 0.06
HSL 218.74º 0.87% 0.5% -
HSV(B) 218.74º 0.93% 0.94% -
XYZ 19.89 14.53 83.42 -
YUV 87.8 213.33 76.79 -
System Red Green Blue C M Y K H S L
Decimal 16 95 239 0.93 0.60 0 0.06 218.74 0.87 0.5
Hex 10 5F EF 5D 3C 0 6 DB 57 32
Octal 20 137 357 135 74 0 6 333 127 62
Binary 10000 1011111 11101111 1011101 111100 0 110 11011011 1010111 110010

Color Harmonies of #105FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105FEF

Black with #105FEF

Text Example


Text Example

White with #105FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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