Html Css Color HEX #041C71 Sapphire

📋 copy color: '#041C71'

red 4 ◦ green 28 ◦ blue 113

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

Shades of Sapphire #041C71

Tints of Sapphire #041C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 77.93%

R = 2.76%
G = 19.31%
B = 77.93%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#041C71 (or 0x041C71) is known color: Sapphire. HEX triplet: 04, 1C and 71. RGB value is (4,28,113). Sum of RGB (Red+Green+Blue) = 4+28+113=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #041C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C71 is #FBE38E. Grayscale: #1E1E1E. Windows color (decimal): -16507791 or 7412740. OLE color: 7412740.

HSL color Cylindrical-coordinate representation of color #041C71: hue angle of 226.79º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041C71 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 28 113 -
CMYK 0.96 0.75 0 0.56
HSL 226.79º 0.93% 0.23% -
HSV(B) 226.79º 0.96% 0.44% -
XYZ 3.45 2.05 15.84 -
YUV 30.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 4 28 113 0.96 0.75 0 0.56 226.79 0.93 0.23
Hex 4 1C 71 60 4B 0 38 E3 5D 17
Octal 4 34 161 140 113 0 70 343 135 27
Binary 100 11100 1110001 1100000 1001011 0 111000 11100011 1011101 10111

Color Harmonies of #041C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C71

Black with #041C71

Text Example


Text Example

White with #041C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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