Html Css Color HEX #041BDB Medium Blue

📋 copy color: '#041BDB'

red 4 ◦ green 27 ◦ blue 219

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

Shades of Medium Blue #041BDB

Tints of Medium Blue #041BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 87.6%

R = 1.6%
G = 10.8%
B = 87.6%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#041BDB (or 0x041BDB) is known color: Medium Blue. HEX triplet: 04, 1B and DB. RGB value is (4,27,219). Sum of RGB (Red+Green+Blue) = 4+27+219=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 219 (85.94% from 255 or 87.6% from 250); Max value from RGB is 219 - color contains mainly: blue. Hex color #041BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BDB is #FBE424. Grayscale: #292929. Windows color (decimal): -16507941 or 14359300. OLE color: 14359300.

HSL color Cylindrical-coordinate representation of color #041BDB: hue angle of 233.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041BDB is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 27 219 -
CMYK 0.98 0.88 0 0.14
HSL 233.58º 0.96% 0.44% -
HSV(B) 233.58º 0.98% 0.86% -
XYZ 13.23 5.92 67.46 -
YUV 42.01 227.88 100.89 -
System Red Green Blue C M Y K H S L
Decimal 4 27 219 0.98 0.88 0 0.14 233.58 0.96 0.44
Hex 4 1B DB 62 58 0 E EA 60 2C
Octal 4 33 333 142 130 0 16 352 140 54
Binary 100 11011 11011011 1100010 1011000 0 1110 11101010 1100000 101100

Color Harmonies of #041BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BDB

Black with #041BDB

Text Example


Text Example

White with #041BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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