Html Css Color HEX #04104E Sapphire

📋 copy color: '#04104E'

red 4 ◦ green 16 ◦ blue 78

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

Shades of Sapphire #04104E

Tints of Sapphire #04104E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 79.59%

R = 4.08%
G = 16.33%
B = 79.59%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04104E (or 0x04104E) is known color: Sapphire. HEX triplet: 04, 10 and 4E. RGB value is (4,16,78). Sum of RGB (Red+Green+Blue) = 4+16+78=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #04104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04104E is #FBEFB1. Grayscale: #131313. Windows color (decimal): -16510898 or 5115908. OLE color: 5115908.

HSL color Cylindrical-coordinate representation of color #04104E: hue angle of 230.27º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04104E is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 16 78 -
CMYK 0.95 0.79 0 0.69
HSL 230.27º 0.9% 0.16% -
HSV(B) 230.27º 0.95% 0.31% -
XYZ 1.61 0.95 7.31 -
YUV 19.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 4 16 78 0.95 0.79 0 0.69 230.27 0.9 0.16
Hex 4 10 4E 5F 4F 0 45 E6 5A 10
Octal 4 20 116 137 117 0 105 346 132 20
Binary 100 10000 1001110 1011111 1001111 0 1000101 11100110 1011010 10000

Color Harmonies of #04104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04104E

Black with #04104E

Text Example


Text Example

White with #04104E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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