Html Css Color HEX #041C70 Sapphire

📋 copy color: '#041C70'

red 4 ◦ green 28 ◦ blue 112

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

Shades of Sapphire #041C70

Tints of Sapphire #041C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 77.78%

R = 2.78%
G = 19.44%
B = 77.78%

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

#041C70 (or 0x041C70) is known color: Sapphire. HEX triplet: 04, 1C and 70. RGB value is (4,28,112). Sum of RGB (Red+Green+Blue) = 4+28+112=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #041C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C70 is #FBE38F. Grayscale: #1E1E1E. Windows color (decimal): -16507792 or 7347204. OLE color: 7347204.

HSL color Cylindrical-coordinate representation of color #041C70: hue angle of 226.67º 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 #041C70 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 28 112 -
CMYK 0.96 0.75 0 0.56
HSL 226.67º 0.93% 0.23% -
HSV(B) 226.67º 0.96% 0.44% -
XYZ 3.39 2.03 15.54 -
YUV 30.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 4 28 112 0.96 0.75 0 0.56 226.67 0.93 0.23
Hex 4 1C 70 60 4B 0 38 E3 5D 17
Octal 4 34 160 140 113 0 70 343 135 27
Binary 100 11100 1110000 1100000 1001011 0 111000 11100011 1011101 10111

Color Harmonies of #041C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C70

Black with #041C70

Text Example


Text Example

White with #041C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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