Html Css Color HEX #1005BF Medium Blue

📋 copy color: '#1005BF'

red 16 ◦ green 5 ◦ blue 191

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

Shades of Medium Blue #1005BF

Tints of Medium Blue #1005BF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

 BLUE value IS 191 (75% from 255) = 90.09%

R = 7.55%
G = 2.36%
B = 90.09%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1005BF (or 0x1005BF) is known color: Medium Blue. HEX triplet: 10, 05 and BF. RGB value is (16,5,191). Sum of RGB (Red+Green+Blue) = 16+5+191=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 191 (75% from 255 or 90.09% from 212); Max value from RGB is 191 - color contains mainly: blue. Hex color #1005BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1005BF is #EFFA40. Grayscale: #1C1C1C. Windows color (decimal): -15727169 or 12518672. OLE color: 12518672.

HSL color Cylindrical-coordinate representation of color #1005BF: hue angle of 243.55º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1005BF is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 5 191 -
CMYK 0.92 0.97 0 0.25
HSL 243.55º 0.95% 0.38% -
HSV(B) 243.55º 0.97% 0.75% -
XYZ 9.67 3.98 49.55 -
YUV 29.49 219.14 118.38 -
System Red Green Blue C M Y K H S L
Decimal 16 5 191 0.92 0.97 0 0.25 243.55 0.95 0.38
Hex 10 5 BF 5C 61 0 19 F4 5F 26
Octal 20 5 277 134 141 0 31 364 137 46
Binary 10000 101 10111111 1011100 1100001 0 11001 11110100 1011111 100110

Color Harmonies of #1005BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1005BF

Black with #1005BF

Text Example


Text Example

White with #1005BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1005BF; }

 p { color: rgb(16,5,191); }

 H1.HeaderClassName
 {
   color: #1005BF;
 }
 .AnyTagClassName
 {
   color: #1005BF;
 }
</style>

background-color css

<style>
 a { background-color: #1005BF; }

 a { background-color: rgb(16,5,191); }

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

border-color css

<style>
 span { border-color: #1005BF; }

 span { border-color: rgb(16,5,191); }

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