Html Css Color HEX #04114D Sapphire

📋 copy color: '#04114D'

red 4 ◦ green 17 ◦ blue 77

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

Shades of Sapphire #04114D

Tints of Sapphire #04114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 78.57%

R = 4.08%
G = 17.35%
B = 78.57%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04114D (or 0x04114D) is known color: Sapphire. HEX triplet: 04, 11 and 4D. RGB value is (4,17,77). Sum of RGB (Red+Green+Blue) = 4+17+77=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #04114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04114D is #FBEEB2. Grayscale: #131313. Windows color (decimal): -16510643 or 5050628. OLE color: 5050628.

HSL color Cylindrical-coordinate representation of color #04114D: hue angle of 229.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04114D is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 17 77 -
CMYK 0.95 0.78 0 0.70
HSL 229.32º 0.9% 0.16% -
HSV(B) 229.32º 0.95% 0.3% -
XYZ 1.59 0.96 7.12 -
YUV 19.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 4 17 77 0.95 0.78 0 0.70 229.32 0.9 0.16
Hex 4 11 4D 5F 4E 0 46 E5 5A 10
Octal 4 21 115 137 116 0 106 345 132 20
Binary 100 10001 1001101 1011111 1001110 0 1000110 11100101 1011010 10000

Color Harmonies of #04114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04114D

Black with #04114D

Text Example


Text Example

White with #04114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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