Html Css Color HEX #041CCD Medium Blue

📋 copy color: '#041CCD'

red 4 ◦ green 28 ◦ blue 205

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

Shades of Medium Blue #041CCD

Tints of Medium Blue #041CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

 BLUE value IS 205 (80.47% from 255) = 86.5%

R = 1.69%
G = 11.81%
B = 86.5%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#041CCD (or 0x041CCD) is known color: Medium Blue. HEX triplet: 04, 1C and CD. RGB value is (4,28,205). Sum of RGB (Red+Green+Blue) = 4+28+205=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 205 (80.47% from 255 or 86.50% from 237); Max value from RGB is 205 - color contains mainly: blue. Hex color #041CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CCD is #FBE332. Grayscale: #282828. Windows color (decimal): -16507699 or 13442052. OLE color: 13442052.

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

Color convert

RGB 4 28 205 -
CMYK 0.98 0.86 0 0.20
HSL 232.84º 0.96% 0.41% -
HSV(B) 232.84º 0.98% 0.8% -
XYZ 11.48 5.26 58.17 -
YUV 41 220.55 101.61 -
System Red Green Blue C M Y K H S L
Decimal 4 28 205 0.98 0.86 0 0.20 232.84 0.96 0.41
Hex 4 1C CD 62 56 0 14 E9 60 29
Octal 4 34 315 142 126 0 24 351 140 51
Binary 100 11100 11001101 1100010 1010110 0 10100 11101001 1100000 101001

Color Harmonies of #041CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041CCD

Black with #041CCD

Text Example


Text Example

White with #041CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,28,205); }

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

background-color css

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

 a { background-color: rgb(4,28,205); }

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

border-color css

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

 span { border-color: rgb(4,28,205); }

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