Html Css Color HEX #041D48 Sapphire

📋 copy color: '#041D48'

red 4 ◦ green 29 ◦ blue 72

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

Shades of Sapphire #041D48

Tints of Sapphire #041D48

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.62%

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

R = 3.81%
G = 27.62%
B = 68.57%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#041D48 (or 0x041D48) is known color: Sapphire. HEX triplet: 04, 1D and 48. RGB value is (4,29,72). Sum of RGB (Red+Green+Blue) = 4+29+72=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #041D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D48 is #FBE2B7. Grayscale: #1A1A1A. Windows color (decimal): -16507576 or 4726020. OLE color: 4726020.

HSL color Cylindrical-coordinate representation of color #041D48: hue angle of 217.94º 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 #041D48 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 29 72 -
CMYK 0.94 0.60 0 0.72
HSL 217.94º 0.89% 0.15% -
HSV(B) 217.94º 0.94% 0.28% -
XYZ 1.66 1.37 6.31 -
YUV 26.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 4 29 72 0.94 0.60 0 0.72 217.94 0.89 0.15
Hex 4 1D 48 5E 3C 0 48 DA 59 F
Octal 4 35 110 136 74 0 110 332 131 17
Binary 100 11101 1001000 1011110 111100 0 1001000 11011010 1011001 1111

Color Harmonies of #041D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D48

Black with #041D48

Text Example


Text Example

White with #041D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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