Html Css Color HEX #041D63 Sapphire

📋 copy color: '#041D63'

red 4 ◦ green 29 ◦ blue 99

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

Shades of Sapphire #041D63

Tints of Sapphire #041D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 75%

R = 3.03%
G = 21.97%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#041D63 (or 0x041D63) is known color: Sapphire. HEX triplet: 04, 1D and 63. RGB value is (4,29,99). Sum of RGB (Red+Green+Blue) = 4+29+99=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 99 (39.06% from 255 or 75% from 132); Max value from RGB is 99 - color contains mainly: blue. Hex color #041D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D63 is #FBE29C. Grayscale: #1D1D1D. Windows color (decimal): -16507549 or 6495492. OLE color: 6495492.

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

Color convert

RGB 4 29 99 -
CMYK 0.96 0.71 0 0.61
HSL 224.21º 0.92% 0.2% -
HSV(B) 224.21º 0.96% 0.39% -
XYZ 2.74 1.81 12.01 -
YUV 29.51 167.22 109.81 -
System Red Green Blue C M Y K H S L
Decimal 4 29 99 0.96 0.71 0 0.61 224.21 0.92 0.2
Hex 4 1D 63 60 47 0 3D E0 5C 14
Octal 4 35 143 140 107 0 75 340 134 24
Binary 100 11101 1100011 1100000 1000111 0 111101 11100000 1011100 10100

Color Harmonies of #041D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D63

Black with #041D63

Text Example


Text Example

White with #041D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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