Html Css Color HEX #041AF1 Blue

📋 copy color: '#041AF1'

red 4 ◦ green 26 ◦ blue 241

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

Shades of Blue #041AF1

Tints of Blue #041AF1

RGB

 RED value IS 4 (1.95% from 255) = 1.48%

 GREEN value IS 26 (10.55% from 255) = 9.59%

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

R = 1.48%
G = 9.59%
B = 88.93%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#041AF1 (or 0x041AF1) is known color: Blue. HEX triplet: 04, 1A and F1. RGB value is (4,26,241). Sum of RGB (Red+Green+Blue) = 4+26+241=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 241 (94.53% from 255 or 88.93% from 271); Max value from RGB is 241 - color contains mainly: blue. Hex color #041AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041AF1 is #FBE50E. Grayscale: #2B2B2B. Windows color (decimal): -16508175 or 15800836. OLE color: 15800836.

HSL color Cylindrical-coordinate representation of color #041AF1: hue angle of 234.43º degrees, saturation: 0.97, 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 #041AF1 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 26 241 -
CMYK 0.98 0.89 0 0.05
HSL 234.43º 0.97% 0.48% -
HSV(B) 234.43º 0.98% 0.95% -
XYZ 16.3 7.12 83.73 -
YUV 43.93 239.21 99.52 -
System Red Green Blue C M Y K H S L
Decimal 4 26 241 0.98 0.89 0 0.05 234.43 0.97 0.48
Hex 4 1A F1 62 59 0 5 EA 61 30
Octal 4 32 361 142 131 0 5 352 141 60
Binary 100 11010 11110001 1100010 1011001 0 101 11101010 1100001 110000

Color Harmonies of #041AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041AF1

Black with #041AF1

Text Example


Text Example

White with #041AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041AF1; }

 p { color: rgb(4,26,241); }

 H1.HeaderClassName
 {
   color: #041AF1;
 }
 .AnyTagClassName
 {
   color: #041AF1;
 }
</style>

background-color css

<style>
 a { background-color: #041AF1; }

 a { background-color: rgb(4,26,241); }

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

border-color css

<style>
 span { border-color: #041AF1; }

 span { border-color: rgb(4,26,241); }

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