Html Css Color HEX #04104D Sapphire

📋 copy color: '#04104D'

red 4 ◦ green 16 ◦ blue 77

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

Shades of Sapphire #04104D

Tints of Sapphire #04104D

RGB

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

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

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

R = 4.12%
G = 16.49%
B = 79.38%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04104D (or 0x04104D) is known color: Sapphire. HEX triplet: 04, 10 and 4D. RGB value is (4,16,77). Sum of RGB (Red+Green+Blue) = 4+16+77=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #04104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04104D is #FBEFB2. Grayscale: #131313. Windows color (decimal): -16510899 or 5050372. OLE color: 5050372.

HSL color Cylindrical-coordinate representation of color #04104D: hue angle of 230.14º 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 #04104D is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 16 77 -
CMYK 0.95 0.79 0 0.70
HSL 230.14º 0.9% 0.16% -
HSV(B) 230.14º 0.95% 0.3% -
XYZ 1.57 0.93 7.12 -
YUV 19.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 4 16 77 0.95 0.79 0 0.70 230.14 0.9 0.16
Hex 4 10 4D 5F 4F 0 46 E6 5A 10
Octal 4 20 115 137 117 0 106 346 132 20
Binary 100 10000 1001101 1011111 1001111 0 1000110 11100110 1011010 10000

Color Harmonies of #04104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04104D

Black with #04104D

Text Example


Text Example

White with #04104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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