Html Css Color HEX #041D6A Sapphire

📋 copy color: '#041D6A'

red 4 ◦ green 29 ◦ blue 106

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

Shades of Sapphire #041D6A

Tints of Sapphire #041D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 76.26%

R = 2.88%
G = 20.86%
B = 76.26%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#041D6A (or 0x041D6A) is known color: Sapphire. HEX triplet: 04, 1D and 6A. RGB value is (4,29,106). Sum of RGB (Red+Green+Blue) = 4+29+106=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 106 (41.80% from 255 or 76.26% from 139); Max value from RGB is 106 - color contains mainly: blue. Hex color #041D6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D6A is #FBE295. Grayscale: #1D1D1D. Windows color (decimal): -16507542 or 6954244. OLE color: 6954244.

HSL color Cylindrical-coordinate representation of color #041D6A: hue angle of 225.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041D6A is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 29 106 -
CMYK 0.96 0.73 0 0.58
HSL 225.29º 0.93% 0.22% -
HSV(B) 225.29º 0.96% 0.42% -
XYZ 3.09 1.95 13.85 -
YUV 30.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 4 29 106 0.96 0.73 0 0.58 225.29 0.93 0.22
Hex 4 1D 6A 60 49 0 3A E1 5D 16
Octal 4 35 152 140 111 0 72 341 135 26
Binary 100 11101 1101010 1100000 1001001 0 111010 11100001 1011101 10110

Color Harmonies of #041D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D6A

Black with #041D6A

Text Example


Text Example

White with #041D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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