Html Css Color HEX #04165E Sapphire

📋 copy color: '#04165E'

red 4 ◦ green 22 ◦ blue 94

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

Shades of Sapphire #04165E

Tints of Sapphire #04165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.33%

 BLUE value IS 94 (37.11% from 255) = 78.33%

R = 3.33%
G = 18.33%
B = 78.33%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04165E (or 0x04165E) is known color: Sapphire. HEX triplet: 04, 16 and 5E. RGB value is (4,22,94). Sum of RGB (Red+Green+Blue) = 4+22+94=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 94 (37.11% from 255 or 78.33% from 120); Max value from RGB is 94 - color contains mainly: blue. Hex color #04165E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04165E is #FBE9A1. Grayscale: #181818. Windows color (decimal): -16509346 or 6166020. OLE color: 6166020.

HSL color Cylindrical-coordinate representation of color #04165E: hue angle of 228º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04165E is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 22 94 -
CMYK 0.96 0.77 0 0.63
HSL 228º 0.92% 0.19% -
HSV(B) 228º 0.96% 0.37% -
XYZ 2.36 1.41 10.74 -
YUV 24.83 167.04 113.15 -
System Red Green Blue C M Y K H S L
Decimal 4 22 94 0.96 0.77 0 0.63 228 0.92 0.19
Hex 4 16 5E 60 4D 0 3F E4 5C 13
Octal 4 26 136 140 115 0 77 344 134 23
Binary 100 10110 1011110 1100000 1001101 0 111111 11100100 1011100 10011

Color Harmonies of #04165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04165E

Black with #04165E

Text Example


Text Example

White with #04165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,22,94); }

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

background-color css

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

 a { background-color: rgb(4,22,94); }

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

border-color css

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

 span { border-color: rgb(4,22,94); }

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