Html Css Color HEX #041C48 Sapphire

📋 copy color: '#041C48'

red 4 ◦ green 28 ◦ blue 72

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

Shades of Sapphire #041C48

Tints of Sapphire #041C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 69.23%

R = 3.85%
G = 26.92%
B = 69.23%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#041C48 (or 0x041C48) is known color: Sapphire. HEX triplet: 04, 1C and 48. RGB value is (4,28,72). Sum of RGB (Red+Green+Blue) = 4+28+72=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #041C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C48 is #FBE3B7. Grayscale: #191919. Windows color (decimal): -16507832 or 4725764. OLE color: 4725764.

HSL color Cylindrical-coordinate representation of color #041C48: hue angle of 218.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041C48 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 28 72 -
CMYK 0.94 0.61 0 0.72
HSL 218.82º 0.89% 0.15% -
HSV(B) 218.82º 0.94% 0.28% -
XYZ 1.64 1.32 6.3 -
YUV 25.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 4 28 72 0.94 0.61 0 0.72 218.82 0.89 0.15
Hex 4 1C 48 5E 3D 0 48 DB 59 F
Octal 4 34 110 136 75 0 110 333 131 17
Binary 100 11100 1001000 1011110 111101 0 1001000 11011011 1011001 1111

Color Harmonies of #041C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C48

Black with #041C48

Text Example


Text Example

White with #041C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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