Html Css Color HEX #105BE4 Navy Blue

📋 copy color: '#105BE4'

red 16 ◦ green 91 ◦ blue 228

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

Shades of Navy Blue #105BE4

Tints of Navy Blue #105BE4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.16%

 BLUE value IS 228 (89.45% from 255) = 68.06%

R = 4.78%
G = 27.16%
B = 68.06%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#105BE4 (or 0x105BE4) is known color: Navy Blue. HEX triplet: 10, 5B and E4. RGB value is (16,91,228). Sum of RGB (Red+Green+Blue) = 16+91+228=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 228 (89.45% from 255 or 68.06% from 335); Max value from RGB is 228 - color contains mainly: blue. Hex color #105BE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105BE4 is #EFA41B. Grayscale: #535353. Windows color (decimal): -15705116 or 14965520. OLE color: 14965520.

HSL color Cylindrical-coordinate representation of color #105BE4: hue angle of 218.77º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105BE4 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 16 91 228 -
CMYK 0.93 0.60 0 0.11
HSL 218.77º 0.87% 0.48% -
HSV(B) 218.77º 0.93% 0.89% -
XYZ 17.96 13.19 75 -
YUV 84.19 209.15 79.36 -
System Red Green Blue C M Y K H S L
Decimal 16 91 228 0.93 0.60 0 0.11 218.77 0.87 0.48
Hex 10 5B E4 5D 3C 0 B DB 57 30
Octal 20 133 344 135 74 0 13 333 127 60
Binary 10000 1011011 11100100 1011101 111100 0 1011 11011011 1010111 110000

Color Harmonies of #105BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105BE4

Black with #105BE4

Text Example


Text Example

White with #105BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,91,228); }

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

background-color css

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

 a { background-color: rgb(16,91,228); }

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

border-color css

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

 span { border-color: rgb(16,91,228); }

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