Html Css Color HEX #041AF6 Blue

📋 copy color: '#041AF6'

red 4 ◦ green 26 ◦ blue 246

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

Shades of Blue #041AF6

Tints of Blue #041AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 89.13%

R = 1.45%
G = 9.42%
B = 89.13%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#041AF6 (or 0x041AF6) is known color: Blue. HEX triplet: 04, 1A and F6. RGB value is (4,26,246). Sum of RGB (Red+Green+Blue) = 4+26+246=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 246 (96.48% from 255 or 89.13% from 276); Max value from RGB is 246 - color contains mainly: blue. Hex color #041AF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041AF6 is #FBE509. Grayscale: #2B2B2B. Windows color (decimal): -16508170 or 16128516. OLE color: 16128516.

HSL color Cylindrical-coordinate representation of color #041AF6: hue angle of 234.55º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041AF6 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 4 26 246 -
CMYK 0.98 0.89 0 0.04
HSL 234.55º 0.97% 0.49% -
HSV(B) 234.55º 0.98% 0.96% -
XYZ 17.05 7.42 87.72 -
YUV 44.5 241.71 99.11 -
System Red Green Blue C M Y K H S L
Decimal 4 26 246 0.98 0.89 0 0.04 234.55 0.97 0.49
Hex 4 1A F6 62 59 0 4 EB 61 31
Octal 4 32 366 142 131 0 4 353 141 61
Binary 100 11010 11110110 1100010 1011001 0 100 11101011 1100001 110001

Color Harmonies of #041AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041AF6

Black with #041AF6

Text Example


Text Example

White with #041AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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