Html Css Color HEX #041BEE Blue

📋 copy color: '#041BEE'

red 4 ◦ green 27 ◦ blue 238

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

Shades of Blue #041BEE

Tints of Blue #041BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 88.48%

R = 1.49%
G = 10.04%
B = 88.48%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#041BEE (or 0x041BEE) is known color: Blue. HEX triplet: 04, 1B and EE. RGB value is (4,27,238). Sum of RGB (Red+Green+Blue) = 4+27+238=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 238 (93.36% from 255 or 88.48% from 269); Max value from RGB is 238 - color contains mainly: blue. Hex color #041BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041BEE is #FBE411. Grayscale: #2B2B2B. Windows color (decimal): -16507922 or 15604484. OLE color: 15604484.

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

Color convert

RGB 4 27 238 -
CMYK 0.98 0.89 0 0.07
HSL 234.1º 0.97% 0.47% -
HSV(B) 234.1º 0.98% 0.93% -
XYZ 15.87 6.98 81.4 -
YUV 44.18 237.38 99.34 -
System Red Green Blue C M Y K H S L
Decimal 4 27 238 0.98 0.89 0 0.07 234.1 0.97 0.47
Hex 4 1B EE 62 59 0 7 EA 61 2F
Octal 4 33 356 142 131 0 7 352 141 57
Binary 100 11011 11101110 1100010 1011001 0 111 11101010 1100001 101111

Color Harmonies of #041BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BEE

Black with #041BEE

Text Example


Text Example

White with #041BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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