Html Css Color HEX #041D4D Sapphire

📋 copy color: '#041D4D'

red 4 ◦ green 29 ◦ blue 77

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

Shades of Sapphire #041D4D

Tints of Sapphire #041D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 70%

R = 3.64%
G = 26.36%
B = 70%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#041D4D (or 0x041D4D) is known color: Sapphire. HEX triplet: 04, 1D and 4D. RGB value is (4,29,77). Sum of RGB (Red+Green+Blue) = 4+29+77=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #041D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D4D is #FBE2B2. Grayscale: #1A1A1A. Windows color (decimal): -16507571 or 5053700. OLE color: 5053700.

HSL color Cylindrical-coordinate representation of color #041D4D: hue angle of 219.45º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041D4D is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 29 77 -
CMYK 0.95 0.62 0 0.70
HSL 219.45º 0.9% 0.16% -
HSV(B) 219.45º 0.95% 0.3% -
XYZ 1.83 1.44 7.2 -
YUV 27 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 4 29 77 0.95 0.62 0 0.70 219.45 0.9 0.16
Hex 4 1D 4D 5F 3E 0 46 DB 5A 10
Octal 4 35 115 137 76 0 106 333 132 20
Binary 100 11101 1001101 1011111 111110 0 1000110 11011011 1011010 10000

Color Harmonies of #041D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D4D

Black with #041D4D

Text Example


Text Example

White with #041D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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