Html Css Color HEX #081665 Sapphire

📋 copy color: '#081665'

red 8 ◦ green 22 ◦ blue 101

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

Shades of Sapphire #081665

Tints of Sapphire #081665

RGB

 RED value IS 8 (3.52% from 255) = 6.11%

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

 BLUE value IS 101 (39.84% from 255) = 77.1%

R = 6.11%
G = 16.79%
B = 77.1%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#081665 (or 0x081665) is known color: Sapphire. HEX triplet: 08, 16 and 65. RGB value is (8,22,101). Sum of RGB (Red+Green+Blue) = 8+22+101=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 101 (39.84% from 255 or 77.10% from 131); Max value from RGB is 101 - color contains mainly: blue. Hex color #081665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081665 is #F7E99A. Grayscale: #1A1A1A. Windows color (decimal): -16247195 or 6624776. OLE color: 6624776.

HSL color Cylindrical-coordinate representation of color #081665: hue angle of 230.97º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081665 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 22 101 -
CMYK 0.92 0.78 0 0.60
HSL 230.97º 0.85% 0.21% -
HSV(B) 230.97º 0.92% 0.4% -
XYZ 2.74 1.57 12.47 -
YUV 26.82 169.86 114.58 -
System Red Green Blue C M Y K H S L
Decimal 8 22 101 0.92 0.78 0 0.60 230.97 0.85 0.21
Hex 8 16 65 5C 4E 0 3C E7 55 15
Octal 10 26 145 134 116 0 74 347 125 25
Binary 1000 10110 1100101 1011100 1001110 0 111100 11100111 1010101 10101

Color Harmonies of #081665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081665

Black with #081665

Text Example


Text Example

White with #081665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081665; }

 p { color: rgb(8,22,101); }

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

background-color css

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

 a { background-color: rgb(8,22,101); }

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

border-color css

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

 span { border-color: rgb(8,22,101); }

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