Html Css Color HEX #04115D Sapphire

📋 copy color: '#04115D'

red 4 ◦ green 17 ◦ blue 93

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

Shades of Sapphire #04115D

Tints of Sapphire #04115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.91%

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

R = 3.51%
G = 14.91%
B = 81.58%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04115D (or 0x04115D) is known color: Sapphire. HEX triplet: 04, 11 and 5D. RGB value is (4,17,93). Sum of RGB (Red+Green+Blue) = 4+17+93=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 93 (36.72% from 255 or 81.58% from 114); Max value from RGB is 93 - color contains mainly: blue. Hex color #04115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04115D is #FBEEA2. Grayscale: #151515. Windows color (decimal): -16510627 or 6099204. OLE color: 6099204.

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

Color convert

RGB 4 17 93 -
CMYK 0.96 0.82 0 0.64
HSL 231.24º 0.92% 0.19% -
HSV(B) 231.24º 0.96% 0.36% -
XYZ 2.23 1.22 10.47 -
YUV 21.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 4 17 93 0.96 0.82 0 0.64 231.24 0.92 0.19
Hex 4 11 5D 60 52 0 40 E7 5C 13
Octal 4 21 135 140 122 0 100 347 134 23
Binary 100 10001 1011101 1100000 1010010 0 1000000 11100111 1011100 10011

Color Harmonies of #04115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04115D

Black with #04115D

Text Example


Text Example

White with #04115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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