Html Css Color HEX #041BD1 Medium Blue

📋 copy color: '#041BD1'

red 4 ◦ green 27 ◦ blue 209

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

Shades of Medium Blue #041BD1

Tints of Medium Blue #041BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 87.08%

R = 1.67%
G = 11.25%
B = 87.08%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#041BD1 (or 0x041BD1) is known color: Medium Blue. HEX triplet: 04, 1B and D1. RGB value is (4,27,209). Sum of RGB (Red+Green+Blue) = 4+27+209=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 209 (82.03% from 255 or 87.08% from 240); Max value from RGB is 209 - color contains mainly: blue. Hex color #041BD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BD1 is #FBE42E. Grayscale: #282828. Windows color (decimal): -16507951 or 13703940. OLE color: 13703940.

HSL color Cylindrical-coordinate representation of color #041BD1: hue angle of 233.27º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041BD1 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 27 209 -
CMYK 0.98 0.87 0 0.18
HSL 233.27º 0.96% 0.42% -
HSV(B) 233.27º 0.98% 0.82% -
XYZ 11.95 5.41 60.74 -
YUV 40.87 222.88 101.7 -
System Red Green Blue C M Y K H S L
Decimal 4 27 209 0.98 0.87 0 0.18 233.27 0.96 0.42
Hex 4 1B D1 62 57 0 12 E9 60 2A
Octal 4 33 321 142 127 0 22 351 140 52
Binary 100 11011 11010001 1100010 1010111 0 10010 11101001 1100000 101010

Color Harmonies of #041BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BD1

Black with #041BD1

Text Example


Text Example

White with #041BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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