Html Css Color HEX #1301F1 Blue

📋 copy color: '#1301F1'

red 19 ◦ green 1 ◦ blue 241

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

Shades of Blue #1301F1

Tints of Blue #1301F1

RGB

 RED value IS 19 (7.81% from 255) = 7.28%

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 7.28%
G = 0.38%
B = 92.34%

CMYK

 C value IS 0.92

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1301F1 (or 0x1301F1) is known color: Blue. HEX triplet: 13, 01 and F1. RGB value is (19,1,241). Sum of RGB (Red+Green+Blue) = 19+1+241=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 241 (94.53% from 255 or 92.34% from 261); Max value from RGB is 241 - color contains mainly: blue. Hex color #1301F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1301F1 is #ECFE0E. Grayscale: #202020. Windows color (decimal): -15531535 or 15794451. OLE color: 15794451.

HSL color Cylindrical-coordinate representation of color #1301F1: hue angle of 244.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1301F1 is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 1 241 -
CMYK 0.92 1.00 0 0.05
HSL 244.5º 0.99% 0.47% -
HSV(B) 244.5º 1% 0.95% -
XYZ 16.16 6.51 83.62 -
YUV 33.74 244.96 117.49 -
System Red Green Blue C M Y K H S L
Decimal 19 1 241 0.92 1.00 0 0.05 244.5 0.99 0.47
Hex 13 1 F1 5C 64 0 5 F4 63 2F
Octal 23 1 361 134 144 0 5 364 143 57
Binary 10011 1 11110001 1011100 1100100 0 101 11110100 1100011 101111

Color Harmonies of #1301F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1301F1

Black with #1301F1

Text Example


Text Example

White with #1301F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,1,241); }

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

background-color css

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

 a { background-color: rgb(19,1,241); }

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

border-color css

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

 span { border-color: rgb(19,1,241); }

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