Html Css Color HEX #041BE2 Medium Blue

📋 copy color: '#041BE2'

red 4 ◦ green 27 ◦ blue 226

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

Shades of Medium Blue #041BE2

Tints of Medium Blue #041BE2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.51%

 BLUE value IS 226 (88.67% from 255) = 87.94%

R = 1.56%
G = 10.51%
B = 87.94%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#041BE2 (or 0x041BE2) is known color: Medium Blue. HEX triplet: 04, 1B and E2. RGB value is (4,27,226). Sum of RGB (Red+Green+Blue) = 4+27+226=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 226 (88.67% from 255 or 87.94% from 257); Max value from RGB is 226 - color contains mainly: blue. Hex color #041BE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BE2 is #FBE41D. Grayscale: #292929. Windows color (decimal): -16507934 or 14818052. OLE color: 14818052.

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

Color convert

RGB 4 27 226 -
CMYK 0.98 0.88 0 0.11
HSL 233.78º 0.97% 0.45% -
HSV(B) 233.78º 0.98% 0.89% -
XYZ 14.17 6.3 72.42 -
YUV 42.81 231.38 100.32 -
System Red Green Blue C M Y K H S L
Decimal 4 27 226 0.98 0.88 0 0.11 233.78 0.97 0.45
Hex 4 1B E2 62 58 0 B EA 61 2D
Octal 4 33 342 142 130 0 13 352 141 55
Binary 100 11011 11100010 1100010 1011000 0 1011 11101010 1100001 101101

Color Harmonies of #041BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BE2

Black with #041BE2

Text Example


Text Example

White with #041BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,27,226); }

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

background-color css

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

 a { background-color: rgb(4,27,226); }

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

border-color css

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

 span { border-color: rgb(4,27,226); }

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