Html Css Color HEX #041BC6 Medium Blue

📋 copy color: '#041BC6'

red 4 ◦ green 27 ◦ blue 198

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

Shades of Medium Blue #041BC6

Tints of Medium Blue #041BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 86.46%

R = 1.75%
G = 11.79%
B = 86.46%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#041BC6 (or 0x041BC6) is known color: Medium Blue. HEX triplet: 04, 1B and C6. RGB value is (4,27,198). Sum of RGB (Red+Green+Blue) = 4+27+198=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 198 (77.73% from 255 or 86.46% from 229); Max value from RGB is 198 - color contains mainly: blue. Hex color #041BC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BC6 is #FBE439. Grayscale: #262626. Windows color (decimal): -16507962 or 12983044. OLE color: 12983044.

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

Color convert

RGB 4 27 198 -
CMYK 0.98 0.86 0 0.22
HSL 232.89º 0.96% 0.4% -
HSV(B) 232.89º 0.98% 0.78% -
XYZ 10.64 4.89 53.81 -
YUV 39.62 217.38 102.6 -
System Red Green Blue C M Y K H S L
Decimal 4 27 198 0.98 0.86 0 0.22 232.89 0.96 0.4
Hex 4 1B C6 62 56 0 16 E9 60 28
Octal 4 33 306 142 126 0 26 351 140 50
Binary 100 11011 11000110 1100010 1010110 0 10110 11101001 1100000 101000

Color Harmonies of #041BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BC6

Black with #041BC6

Text Example


Text Example

White with #041BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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