Html Css Color HEX #041569 Sapphire

📋 copy color: '#041569'

red 4 ◦ green 21 ◦ blue 105

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

Shades of Sapphire #041569

Tints of Sapphire #041569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

 BLUE value IS 105 (41.41% from 255) = 80.77%

R = 3.08%
G = 16.15%
B = 80.77%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#041569 (or 0x041569) is known color: Sapphire. HEX triplet: 04, 15 and 69. RGB value is (4,21,105). Sum of RGB (Red+Green+Blue) = 4+21+105=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 105 (41.41% from 255 or 80.77% from 130); Max value from RGB is 105 - color contains mainly: blue. Hex color #041569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041569 is #FBEA96. Grayscale: #191919. Windows color (decimal): -16509591 or 6886660. OLE color: 6886660.

HSL color Cylindrical-coordinate representation of color #041569: hue angle of 229.9º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041569 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 21 105 -
CMYK 0.96 0.80 0 0.59
HSL 229.9º 0.93% 0.21% -
HSV(B) 229.9º 0.96% 0.41% -
XYZ 2.87 1.58 13.52 -
YUV 25.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 4 21 105 0.96 0.80 0 0.59 229.9 0.93 0.21
Hex 4 15 69 60 50 0 3B E6 5D 15
Octal 4 25 151 140 120 0 73 346 135 25
Binary 100 10101 1101001 1100000 1010000 0 111011 11100110 1011101 10101

Color Harmonies of #041569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041569

Black with #041569

Text Example


Text Example

White with #041569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041569; }

 p { color: rgb(4,21,105); }

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

background-color css

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

 a { background-color: rgb(4,21,105); }

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

border-color css

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

 span { border-color: rgb(4,21,105); }

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