Html Css Color HEX #041665 Sapphire

📋 copy color: '#041665'

red 4 ◦ green 22 ◦ blue 101

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

Shades of Sapphire #041665

Tints of Sapphire #041665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 79.53%

R = 3.15%
G = 17.32%
B = 79.53%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#041665 (or 0x041665) is known color: Sapphire. HEX triplet: 04, 16 and 65. RGB value is (4,22,101). Sum of RGB (Red+Green+Blue) = 4+22+101=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 101 (39.84% from 255 or 79.53% from 127); Max value from RGB is 101 - color contains mainly: blue. Hex color #041665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041665 is #FBE99A. Grayscale: #191919. Windows color (decimal): -16509339 or 6624772. OLE color: 6624772.

HSL color Cylindrical-coordinate representation of color #041665: hue angle of 228.87º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041665 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 22 101 -
CMYK 0.96 0.78 0 0.60
HSL 228.87º 0.92% 0.21% -
HSV(B) 228.87º 0.96% 0.4% -
XYZ 2.69 1.54 12.47 -
YUV 25.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 4 22 101 0.96 0.78 0 0.60 228.87 0.92 0.21
Hex 4 16 65 60 4E 0 3C E5 5C 15
Octal 4 26 145 140 116 0 74 345 134 25
Binary 100 10110 1100101 1100000 1001110 0 111100 11100101 1011100 10101

Color Harmonies of #041665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041665

Black with #041665

Text Example


Text Example

White with #041665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041665; }

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

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

background-color css

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

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

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

border-color css

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

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

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