Html Css Color HEX #06165A Sapphire

📋 copy color: '#06165A'

red 6 ◦ green 22 ◦ blue 90

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

Shades of Sapphire #06165A

Tints of Sapphire #06165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 76.27%

R = 5.08%
G = 18.64%
B = 76.27%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#06165A (or 0x06165A) is known color: Sapphire. HEX triplet: 06, 16 and 5A. RGB value is (6,22,90). Sum of RGB (Red+Green+Blue) = 6+22+90=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #06165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06165A is #F9E9A5. Grayscale: #181818. Windows color (decimal): -16378278 or 5903878. OLE color: 5903878.

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

Color convert

RGB 6 22 90 -
CMYK 0.93 0.76 0 0.65
HSL 228.57º 0.88% 0.19% -
HSV(B) 228.57º 0.93% 0.35% -
XYZ 2.21 1.35 9.82 -
YUV 24.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 6 22 90 0.93 0.76 0 0.65 228.57 0.88 0.19
Hex 6 16 5A 5D 4C 0 41 E5 58 13
Octal 6 26 132 135 114 0 101 345 130 23
Binary 110 10110 1011010 1011101 1001100 0 1000001 11100101 1011000 10011

Color Harmonies of #06165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06165A

Black with #06165A

Text Example


Text Example

White with #06165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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