Html Css Color HEX #041468 Sapphire

📋 copy color: '#041468'

red 4 ◦ green 20 ◦ blue 104

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

Shades of Sapphire #041468

Tints of Sapphire #041468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

 BLUE value IS 104 (41.02% from 255) = 81.25%

R = 3.13%
G = 15.63%
B = 81.25%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#041468 (or 0x041468) is known color: Sapphire. HEX triplet: 04, 14 and 68. RGB value is (4,20,104). Sum of RGB (Red+Green+Blue) = 4+20+104=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 104 (41.02% from 255 or 81.25% from 128); Max value from RGB is 104 - color contains mainly: blue. Hex color #041468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041468 is #FBEB97. Grayscale: #181818. Windows color (decimal): -16509848 or 6820868. OLE color: 6820868.

HSL color Cylindrical-coordinate representation of color #041468: hue angle of 230.4º 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 #041468 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 20 104 -
CMYK 0.96 0.81 0 0.59
HSL 230.4º 0.93% 0.21% -
HSV(B) 230.4º 0.96% 0.41% -
XYZ 2.8 1.53 13.24 -
YUV 24.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 4 20 104 0.96 0.81 0 0.59 230.4 0.93 0.21
Hex 4 14 68 60 51 0 3B E6 5D 15
Octal 4 24 150 140 121 0 73 346 135 25
Binary 100 10100 1101000 1100000 1010001 0 111011 11100110 1011101 10101

Color Harmonies of #041468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041468

Black with #041468

Text Example


Text Example

White with #041468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041468; }

 p { color: rgb(4,20,104); }

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

background-color css

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

 a { background-color: rgb(4,20,104); }

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

border-color css

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

 span { border-color: rgb(4,20,104); }

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