Html Css Color HEX #041D5C Sapphire

📋 copy color: '#041D5C'

red 4 ◦ green 29 ◦ blue 92

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

Shades of Sapphire #041D5C

Tints of Sapphire #041D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 73.6%

R = 3.2%
G = 23.2%
B = 73.6%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#041D5C (or 0x041D5C) is known color: Sapphire. HEX triplet: 04, 1D and 5C. RGB value is (4,29,92). Sum of RGB (Red+Green+Blue) = 4+29+92=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #041D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D5C is #FBE2A3. Grayscale: #1C1C1C. Windows color (decimal): -16507556 or 6036740. OLE color: 6036740.

HSL color Cylindrical-coordinate representation of color #041D5C: hue angle of 222.95º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041D5C is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 29 92 -
CMYK 0.96 0.68 0 0.64
HSL 222.95º 0.92% 0.19% -
HSV(B) 222.95º 0.96% 0.36% -
XYZ 2.42 1.68 10.32 -
YUV 28.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 4 29 92 0.96 0.68 0 0.64 222.95 0.92 0.19
Hex 4 1D 5C 60 44 0 40 DF 5C 13
Octal 4 35 134 140 104 0 100 337 134 23
Binary 100 11101 1011100 1100000 1000100 0 1000000 11011111 1011100 10011

Color Harmonies of #041D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D5C

Black with #041D5C

Text Example


Text Example

White with #041D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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