Html Css Color HEX #041BC1 Medium Blue

📋 copy color: '#041BC1'

red 4 ◦ green 27 ◦ blue 193

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

Shades of Medium Blue #041BC1

Tints of Medium Blue #041BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 86.16%

R = 1.79%
G = 12.05%
B = 86.16%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#041BC1 (or 0x041BC1) is known color: Medium Blue. HEX triplet: 04, 1B and C1. RGB value is (4,27,193). Sum of RGB (Red+Green+Blue) = 4+27+193=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 193 (75.78% from 255 or 86.16% from 224); Max value from RGB is 193 - color contains mainly: blue. Hex color #041BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BC1 is #FBE43E. Grayscale: #262626. Windows color (decimal): -16507967 or 12655364. OLE color: 12655364.

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

Color convert

RGB 4 27 193 -
CMYK 0.98 0.86 0 0.24
HSL 232.7º 0.96% 0.39% -
HSV(B) 232.7º 0.98% 0.76% -
XYZ 10.07 4.66 50.82 -
YUV 39.05 214.88 103 -
System Red Green Blue C M Y K H S L
Decimal 4 27 193 0.98 0.86 0 0.24 232.7 0.96 0.39
Hex 4 1B C1 62 56 0 18 E9 60 27
Octal 4 33 301 142 126 0 30 351 140 47
Binary 100 11011 11000001 1100010 1010110 0 11000 11101001 1100000 100111

Color Harmonies of #041BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BC1

Black with #041BC1

Text Example


Text Example

White with #041BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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