Html Css Color HEX #041ACB Medium Blue

📋 copy color: '#041ACB'

red 4 ◦ green 26 ◦ blue 203

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

Shades of Medium Blue #041ACB

Tints of Medium Blue #041ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

 BLUE value IS 203 (79.69% from 255) = 87.12%

R = 1.72%
G = 11.16%
B = 87.12%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#041ACB (or 0x041ACB) is known color: Medium Blue. HEX triplet: 04, 1A and CB. RGB value is (4,26,203). Sum of RGB (Red+Green+Blue) = 4+26+203=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 203 (79.69% from 255 or 87.12% from 233); Max value from RGB is 203 - color contains mainly: blue. Hex color #041ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041ACB is #FBE534. Grayscale: #262626. Windows color (decimal): -16508213 or 13310468. OLE color: 13310468.

HSL color Cylindrical-coordinate representation of color #041ACB: hue angle of 233.37º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041ACB is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 26 203 -
CMYK 0.98 0.87 0 0.20
HSL 233.37º 0.96% 0.41% -
HSV(B) 233.37º 0.98% 0.8% -
XYZ 11.2 5.08 56.89 -
YUV 39.6 220.21 102.61 -
System Red Green Blue C M Y K H S L
Decimal 4 26 203 0.98 0.87 0 0.20 233.37 0.96 0.41
Hex 4 1A CB 62 57 0 14 E9 60 29
Octal 4 32 313 142 127 0 24 351 140 51
Binary 100 11010 11001011 1100010 1010111 0 10100 11101001 1100000 101001

Color Harmonies of #041ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041ACB

Black with #041ACB

Text Example


Text Example

White with #041ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,26,203); }

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

background-color css

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

 a { background-color: rgb(4,26,203); }

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

border-color css

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

 span { border-color: rgb(4,26,203); }

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