Html Css Color HEX #105EDB Navy Blue

📋 copy color: '#105EDB'

red 16 ◦ green 94 ◦ blue 219

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

Shades of Navy Blue #105EDB

Tints of Navy Blue #105EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

 BLUE value IS 219 (85.94% from 255) = 66.57%

R = 4.86%
G = 28.57%
B = 66.57%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#105EDB (or 0x105EDB) is known color: Navy Blue. HEX triplet: 10, 5E and DB. RGB value is (16,94,219). Sum of RGB (Red+Green+Blue) = 16+94+219=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #105EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105EDB is #EFA124. Grayscale: #545454. Windows color (decimal): -15704357 or 14376464. OLE color: 14376464.

HSL color Cylindrical-coordinate representation of color #105EDB: hue angle of 216.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105EDB is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 94 219 -
CMYK 0.93 0.57 0 0.14
HSL 216.95º 0.86% 0.46% -
HSV(B) 216.95º 0.93% 0.86% -
XYZ 17 13.23 68.68 -
YUV 84.93 203.66 78.84 -
System Red Green Blue C M Y K H S L
Decimal 16 94 219 0.93 0.57 0 0.14 216.95 0.86 0.46
Hex 10 5E DB 5D 39 0 E D9 56 2E
Octal 20 136 333 135 71 0 16 331 126 56
Binary 10000 1011110 11011011 1011101 111001 0 1110 11011001 1010110 101110

Color Harmonies of #105EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105EDB

Black with #105EDB

Text Example


Text Example

White with #105EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,94,219); }

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

background-color css

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

 a { background-color: rgb(16,94,219); }

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

border-color css

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

 span { border-color: rgb(16,94,219); }

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