Html Css Color HEX #041D4A Sapphire

📋 copy color: '#041D4A'

red 4 ◦ green 29 ◦ blue 74

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

Shades of Sapphire #041D4A

Tints of Sapphire #041D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 69.16%

R = 3.74%
G = 27.1%
B = 69.16%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#041D4A (or 0x041D4A) is known color: Sapphire. HEX triplet: 04, 1D and 4A. RGB value is (4,29,74). Sum of RGB (Red+Green+Blue) = 4+29+74=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #041D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D4A is #FBE2B5. Grayscale: #1A1A1A. Windows color (decimal): -16507574 or 4857092. OLE color: 4857092.

HSL color Cylindrical-coordinate representation of color #041D4A: hue angle of 218.57º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041D4A is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 29 74 -
CMYK 0.95 0.61 0 0.71
HSL 218.57º 0.9% 0.15% -
HSV(B) 218.57º 0.95% 0.29% -
XYZ 1.73 1.4 6.66 -
YUV 26.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 4 29 74 0.95 0.61 0 0.71 218.57 0.9 0.15
Hex 4 1D 4A 5F 3D 0 47 DB 5A F
Octal 4 35 112 137 75 0 107 333 132 17
Binary 100 11101 1001010 1011111 111101 0 1000111 11011011 1011010 1111

Color Harmonies of #041D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D4A

Black with #041D4A

Text Example


Text Example

White with #041D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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