Html Css Color HEX #041668 Sapphire

📋 copy color: '#041668'

red 4 ◦ green 22 ◦ blue 104

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

Shades of Sapphire #041668

Tints of Sapphire #041668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.92%

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

R = 3.08%
G = 16.92%
B = 80%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#041668 (or 0x041668) is known color: Sapphire. HEX triplet: 04, 16 and 68. RGB value is (4,22,104). Sum of RGB (Red+Green+Blue) = 4+22+104=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #041668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041668 is #FBE997. Grayscale: #191919. Windows color (decimal): -16509336 or 6821380. OLE color: 6821380.

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

Color convert

RGB 4 22 104 -
CMYK 0.96 0.79 0 0.59
HSL 229.2º 0.93% 0.21% -
HSV(B) 229.2º 0.96% 0.41% -
XYZ 2.84 1.6 13.26 -
YUV 25.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 4 22 104 0.96 0.79 0 0.59 229.2 0.93 0.21
Hex 4 16 68 60 4F 0 3B E5 5D 15
Octal 4 26 150 140 117 0 73 345 135 25
Binary 100 10110 1101000 1100000 1001111 0 111011 11100101 1011101 10101

Color Harmonies of #041668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041668

Black with #041668

Text Example


Text Example

White with #041668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041668; }

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

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

background-color css

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

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

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

border-color css

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

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

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