Html Css Color HEX #04165C Sapphire

📋 copy color: '#04165C'

red 4 ◦ green 22 ◦ blue 92

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

Shades of Sapphire #04165C

Tints of Sapphire #04165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 77.97%

R = 3.39%
G = 18.64%
B = 77.97%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04165C (or 0x04165C) is known color: Sapphire. HEX triplet: 04, 16 and 5C. RGB value is (4,22,92). Sum of RGB (Red+Green+Blue) = 4+22+92=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #04165C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04165C is #FBE9A3. Grayscale: #181818. Windows color (decimal): -16509348 or 6034948. OLE color: 6034948.

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

Color convert

RGB 4 22 92 -
CMYK 0.96 0.76 0 0.64
HSL 227.73º 0.92% 0.19% -
HSV(B) 227.73º 0.96% 0.36% -
XYZ 2.27 1.37 10.27 -
YUV 24.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 4 22 92 0.96 0.76 0 0.64 227.73 0.92 0.19
Hex 4 16 5C 60 4C 0 40 E4 5C 13
Octal 4 26 134 140 114 0 100 344 134 23
Binary 100 10110 1011100 1100000 1001100 0 1000000 11100100 1011100 10011

Color Harmonies of #04165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04165C

Black with #04165C

Text Example


Text Example

White with #04165C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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