Html Css Color HEX #041D66 Sapphire

📋 copy color: '#041D66'

red 4 ◦ green 29 ◦ blue 102

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

Shades of Sapphire #041D66

Tints of Sapphire #041D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 75.56%

R = 2.96%
G = 21.48%
B = 75.56%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#041D66 (or 0x041D66) is known color: Sapphire. HEX triplet: 04, 1D and 66. RGB value is (4,29,102). Sum of RGB (Red+Green+Blue) = 4+29+102=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 102 (40.23% from 255 or 75.56% from 135); Max value from RGB is 102 - color contains mainly: blue. Hex color #041D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D66 is #FBE299. Grayscale: #1D1D1D. Windows color (decimal): -16507546 or 6692100. OLE color: 6692100.

HSL color Cylindrical-coordinate representation of color #041D66: hue angle of 224.69º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041D66 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 4 29 102 -
CMYK 0.96 0.72 0 0.6
HSL 224.69º 0.92% 0.21% -
HSV(B) 224.69º 0.96% 0.4% -
XYZ 2.89 1.86 12.78 -
YUV 29.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 4 29 102 0.96 0.72 0 0.6 224.69 0.92 0.21
Hex 4 1D 66 60 48 0 3C E1 5C 15
Octal 4 35 146 140 110 0 74 341 134 25
Binary 100 11101 1100110 1100000 1001000 0 111100 11100001 1011100 10101

Color Harmonies of #041D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D66

Black with #041D66

Text Example


Text Example

White with #041D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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