Html Css Color HEX #04115A Sapphire

📋 copy color: '#04115A'

red 4 ◦ green 17 ◦ blue 90

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

Shades of Sapphire #04115A

Tints of Sapphire #04115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 81.08%

R = 3.6%
G = 15.32%
B = 81.08%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04115A (or 0x04115A) is known color: Sapphire. HEX triplet: 04, 11 and 5A. RGB value is (4,17,90). Sum of RGB (Red+Green+Blue) = 4+17+90=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 90 (35.55% from 255 or 81.08% from 111); Max value from RGB is 90 - color contains mainly: blue. Hex color #04115A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04115A is #FBEEA5. Grayscale: #151515. Windows color (decimal): -16510630 or 5902596. OLE color: 5902596.

HSL color Cylindrical-coordinate representation of color #04115A: hue angle of 230.93º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04115A is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 17 90 -
CMYK 0.96 0.81 0 0.65
HSL 230.93º 0.91% 0.18% -
HSV(B) 230.93º 0.96% 0.35% -
XYZ 2.1 1.16 9.79 -
YUV 21.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 4 17 90 0.96 0.81 0 0.65 230.93 0.91 0.18
Hex 4 11 5A 60 51 0 41 E7 5B 12
Octal 4 21 132 140 121 0 101 347 133 22
Binary 100 10001 1011010 1100000 1010001 0 1000001 11100111 1011011 10010

Color Harmonies of #04115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04115A

Black with #04115A

Text Example


Text Example

White with #04115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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