Html Css Color HEX #041BC2 Medium Blue

📋 copy color: '#041BC2'

red 4 ◦ green 27 ◦ blue 194

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

Shades of Medium Blue #041BC2

Tints of Medium Blue #041BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 86.22%

R = 1.78%
G = 12%
B = 86.22%

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

#041BC2 (or 0x041BC2) is known color: Medium Blue. HEX triplet: 04, 1B and C2. RGB value is (4,27,194). Sum of RGB (Red+Green+Blue) = 4+27+194=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 194 (76.17% from 255 or 86.22% from 225); Max value from RGB is 194 - color contains mainly: blue. Hex color #041BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BC2 is #FBE43D. Grayscale: #262626. Windows color (decimal): -16507966 or 12720900. OLE color: 12720900.

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

Color convert

RGB 4 27 194 -
CMYK 0.98 0.86 0 0.24
HSL 232.74º 0.96% 0.39% -
HSV(B) 232.74º 0.98% 0.76% -
XYZ 10.18 4.7 51.41 -
YUV 39.16 215.38 102.92 -
System Red Green Blue C M Y K H S L
Decimal 4 27 194 0.98 0.86 0 0.24 232.74 0.96 0.39
Hex 4 1B C2 62 56 0 18 E9 60 27
Octal 4 33 302 142 126 0 30 351 140 47
Binary 100 11011 11000010 1100010 1010110 0 11000 11101001 1100000 100111

Color Harmonies of #041BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BC2

Black with #041BC2

Text Example


Text Example

White with #041BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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