Html Css Color HEX #105CDB Navy Blue

📋 copy color: '#105CDB'

red 16 ◦ green 92 ◦ blue 219

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

Shades of Navy Blue #105CDB

Tints of Navy Blue #105CDB

RGB

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

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

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

R = 4.89%
G = 28.13%
B = 66.97%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#105CDB (or 0x105CDB) is known color: Navy Blue. HEX triplet: 10, 5C and DB. RGB value is (16,92,219). Sum of RGB (Red+Green+Blue) = 16+92+219=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #105CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105CDB is #EFA324. Grayscale: #535353. Windows color (decimal): -15704869 or 14375952. OLE color: 14375952.

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

Color convert

RGB 16 92 219 -
CMYK 0.93 0.58 0 0.14
HSL 217.54º 0.86% 0.46% -
HSV(B) 217.54º 0.93% 0.86% -
XYZ 16.83 12.88 68.62 -
YUV 83.75 204.32 79.67 -
System Red Green Blue C M Y K H S L
Decimal 16 92 219 0.93 0.58 0 0.14 217.54 0.86 0.46
Hex 10 5C DB 5D 3A 0 E DA 56 2E
Octal 20 134 333 135 72 0 16 332 126 56
Binary 10000 1011100 11011011 1011101 111010 0 1110 11011010 1010110 101110

Color Harmonies of #105CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105CDB

Black with #105CDB

Text Example


Text Example

White with #105CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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