Html Css Color HEX #04105D Sapphire

📋 copy color: '#04105D'

red 4 ◦ green 16 ◦ blue 93

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

Shades of Sapphire #04105D

Tints of Sapphire #04105D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.16%

 BLUE value IS 93 (36.72% from 255) = 82.3%

R = 3.54%
G = 14.16%
B = 82.3%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04105D (or 0x04105D) is known color: Sapphire. HEX triplet: 04, 10 and 5D. RGB value is (4,16,93). Sum of RGB (Red+Green+Blue) = 4+16+93=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #04105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04105D is #FBEFA2. Grayscale: #141414. Windows color (decimal): -16510883 or 6098948. OLE color: 6098948.

HSL color Cylindrical-coordinate representation of color #04105D: hue angle of 231.91º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04105D is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 16 93 -
CMYK 0.96 0.83 0 0.64
HSL 231.91º 0.92% 0.19% -
HSV(B) 231.91º 0.96% 0.36% -
XYZ 2.21 1.19 10.47 -
YUV 21.19 168.52 115.74 -
System Red Green Blue C M Y K H S L
Decimal 4 16 93 0.96 0.83 0 0.64 231.91 0.92 0.19
Hex 4 10 5D 60 53 0 40 E8 5C 13
Octal 4 20 135 140 123 0 100 350 134 23
Binary 100 10000 1011101 1100000 1010011 0 1000000 11101000 1011100 10011

Color Harmonies of #04105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04105D

Black with #04105D

Text Example


Text Example

White with #04105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04105D; }

 p { color: rgb(4,16,93); }

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

background-color css

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

 a { background-color: rgb(4,16,93); }

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

border-color css

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

 span { border-color: rgb(4,16,93); }

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