Html Css Color HEX #04105C Sapphire

📋 copy color: '#04105C'

red 4 ◦ green 16 ◦ blue 92

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

Shades of Sapphire #04105C

Tints of Sapphire #04105C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 82.14%

R = 3.57%
G = 14.29%
B = 82.14%

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

#04105C (or 0x04105C) is known color: Sapphire. HEX triplet: 04, 10 and 5C. RGB value is (4,16,92). Sum of RGB (Red+Green+Blue) = 4+16+92=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #04105C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04105C is #FBEFA3. Grayscale: #141414. Windows color (decimal): -16510884 or 6033412. OLE color: 6033412.

HSL color Cylindrical-coordinate representation of color #04105C: hue angle of 231.82º 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 #04105C is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 16 92 -
CMYK 0.96 0.83 0 0.64
HSL 231.82º 0.92% 0.19% -
HSV(B) 231.82º 0.96% 0.36% -
XYZ 2.17 1.17 10.24 -
YUV 21.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 4 16 92 0.96 0.83 0 0.64 231.82 0.92 0.19
Hex 4 10 5C 60 53 0 40 E8 5C 13
Octal 4 20 134 140 123 0 100 350 134 23
Binary 100 10000 1011100 1100000 1010011 0 1000000 11101000 1011100 10011

Color Harmonies of #04105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04105C

Black with #04105C

Text Example


Text Example

White with #04105C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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