Html Css Color HEX #041C5F Sapphire

📋 copy color: '#041C5F'

red 4 ◦ green 28 ◦ blue 95

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

Shades of Sapphire #041C5F

Tints of Sapphire #041C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 74.8%

R = 3.15%
G = 22.05%
B = 74.8%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#041C5F (or 0x041C5F) is known color: Sapphire. HEX triplet: 04, 1C and 5F. RGB value is (4,28,95). Sum of RGB (Red+Green+Blue) = 4+28+95=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 95 (37.5% from 255 or 74.80% from 127); Max value from RGB is 95 - color contains mainly: blue. Hex color #041C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C5F is #FBE3A0. Grayscale: #1C1C1C. Windows color (decimal): -16507809 or 6233092. OLE color: 6233092.

HSL color Cylindrical-coordinate representation of color #041C5F: hue angle of 224.18º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041C5F is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 28 95 -
CMYK 0.96 0.71 0 0.63
HSL 224.18º 0.92% 0.19% -
HSV(B) 224.18º 0.96% 0.37% -
XYZ 2.53 1.68 11.02 -
YUV 28.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 4 28 95 0.96 0.71 0 0.63 224.18 0.92 0.19
Hex 4 1C 5F 60 47 0 3F E0 5C 13
Octal 4 34 137 140 107 0 77 340 134 23
Binary 100 11100 1011111 1100000 1000111 0 111111 11100000 1011100 10011

Color Harmonies of #041C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C5F

Black with #041C5F

Text Example


Text Example

White with #041C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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