Html Css Color HEX #06165C Sapphire

📋 copy color: '#06165C'

red 6 ◦ green 22 ◦ blue 92

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

Shades of Sapphire #06165C

Tints of Sapphire #06165C

RGB

 RED value IS 6 (2.73% from 255) = 5%

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

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

R = 5%
G = 18.33%
B = 76.67%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06165C (or 0x06165C) is known color: Sapphire. HEX triplet: 06, 16 and 5C. RGB value is (6,22,92). Sum of RGB (Red+Green+Blue) = 6+22+92=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 92 (36.33% from 255 or 76.67% from 120); Max value from RGB is 92 - color contains mainly: blue. Hex color #06165C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06165C is #F9E9A3. Grayscale: #181818. Windows color (decimal): -16378276 or 6034950. OLE color: 6034950.

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

Color convert

RGB 6 22 92 -
CMYK 0.93 0.76 0 0.64
HSL 228.84º 0.88% 0.19% -
HSV(B) 228.84º 0.93% 0.36% -
XYZ 2.29 1.39 10.27 -
YUV 25.2 165.7 114.31 -
System Red Green Blue C M Y K H S L
Decimal 6 22 92 0.93 0.76 0 0.64 228.84 0.88 0.19
Hex 6 16 5C 5D 4C 0 40 E5 58 13
Octal 6 26 134 135 114 0 100 345 130 23
Binary 110 10110 1011100 1011101 1001100 0 1000000 11100101 1011000 10011

Color Harmonies of #06165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06165C

Black with #06165C

Text Example


Text Example

White with #06165C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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