Html Css Color HEX #041BDA Medium Blue

📋 copy color: '#041BDA'

red 4 ◦ green 27 ◦ blue 218

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

Shades of Medium Blue #041BDA

Tints of Medium Blue #041BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 87.55%

R = 1.61%
G = 10.84%
B = 87.55%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#041BDA (or 0x041BDA) is known color: Medium Blue. HEX triplet: 04, 1B and DA. RGB value is (4,27,218). Sum of RGB (Red+Green+Blue) = 4+27+218=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 218 (85.55% from 255 or 87.55% from 249); Max value from RGB is 218 - color contains mainly: blue. Hex color #041BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BDA is #FBE425. Grayscale: #292929. Windows color (decimal): -16507942 or 14293764. OLE color: 14293764.

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

Color convert

RGB 4 27 218 -
CMYK 0.98 0.88 0 0.15
HSL 233.55º 0.96% 0.44% -
HSV(B) 233.55º 0.98% 0.85% -
XYZ 13.1 5.87 66.77 -
YUV 41.9 227.38 100.97 -
System Red Green Blue C M Y K H S L
Decimal 4 27 218 0.98 0.88 0 0.15 233.55 0.96 0.44
Hex 4 1B DA 62 58 0 F EA 60 2C
Octal 4 33 332 142 130 0 17 352 140 54
Binary 100 11011 11011010 1100010 1011000 0 1111 11101010 1100000 101100

Color Harmonies of #041BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BDA

Black with #041BDA

Text Example


Text Example

White with #041BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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