Html Css Color HEX #1005F1 Blue

📋 copy color: '#1005F1'

red 16 ◦ green 5 ◦ blue 241

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

Shades of Blue #1005F1

Tints of Blue #1005F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 91.98%

R = 6.11%
G = 1.91%
B = 91.98%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1005F1 (or 0x1005F1) is known color: Blue. HEX triplet: 10, 05 and F1. RGB value is (16,5,241). Sum of RGB (Red+Green+Blue) = 16+5+241=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 241 (94.53% from 255 or 91.98% from 262); Max value from RGB is 241 - color contains mainly: blue. Hex color #1005F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1005F1 is #EFFA0E. Grayscale: #222222. Windows color (decimal): -15727119 or 15795472. OLE color: 15795472.

HSL color Cylindrical-coordinate representation of color #1005F1: hue angle of 242.8º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1005F1 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 5 241 -
CMYK 0.93 0.98 0 0.05
HSL 242.8º 0.96% 0.48% -
HSV(B) 242.8º 0.98% 0.95% -
XYZ 16.15 6.57 83.64 -
YUV 35.19 244.14 114.31 -
System Red Green Blue C M Y K H S L
Decimal 16 5 241 0.93 0.98 0 0.05 242.8 0.96 0.48
Hex 10 5 F1 5D 62 0 5 F3 60 30
Octal 20 5 361 135 142 0 5 363 140 60
Binary 10000 101 11110001 1011101 1100010 0 101 11110011 1100000 110000

Color Harmonies of #1005F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1005F1

Black with #1005F1

Text Example


Text Example

White with #1005F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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