Html Css Color HEX #041CDB Medium Blue

📋 copy color: '#041CDB'

red 4 ◦ green 28 ◦ blue 219

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

Shades of Medium Blue #041CDB

Tints of Medium Blue #041CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

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

R = 1.59%
G = 11.16%
B = 87.25%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#041CDB (or 0x041CDB) is known color: Medium Blue. HEX triplet: 04, 1C and DB. RGB value is (4,28,219). Sum of RGB (Red+Green+Blue) = 4+28+219=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 219 (85.94% from 255 or 87.25% from 251); Max value from RGB is 219 - color contains mainly: blue. Hex color #041CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CDB is #FBE324. Grayscale: #292929. Windows color (decimal): -16507685 or 14359556. OLE color: 14359556.

HSL color Cylindrical-coordinate representation of color #041CDB: hue angle of 233.3º 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 #041CDB is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 28 219 -
CMYK 0.98 0.87 0 0.14
HSL 233.3º 0.96% 0.44% -
HSV(B) 233.3º 0.98% 0.86% -
XYZ 13.25 5.97 67.47 -
YUV 42.6 227.55 100.47 -
System Red Green Blue C M Y K H S L
Decimal 4 28 219 0.98 0.87 0 0.14 233.3 0.96 0.44
Hex 4 1C DB 62 57 0 E E9 60 2C
Octal 4 34 333 142 127 0 16 351 140 54
Binary 100 11100 11011011 1100010 1010111 0 1110 11101001 1100000 101100

Color Harmonies of #041CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041CDB

Black with #041CDB

Text Example


Text Example

White with #041CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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