Html Css Color HEX #08165C Sapphire

📋 copy color: '#08165C'

red 8 ◦ green 22 ◦ blue 92

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

Shades of Sapphire #08165C

Tints of Sapphire #08165C

RGB

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

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

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

R = 6.56%
G = 18.03%
B = 75.41%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08165C (or 0x08165C) is known color: Sapphire. HEX triplet: 08, 16 and 5C. RGB value is (8,22,92). Sum of RGB (Red+Green+Blue) = 8+22+92=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 92 (36.33% from 255 or 75.41% from 122); Max value from RGB is 92 - color contains mainly: blue. Hex color #08165C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08165C is #F7E9A3. Grayscale: #191919. Windows color (decimal): -16247204 or 6034952. OLE color: 6034952.

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

Color convert

RGB 8 22 92 -
CMYK 0.91 0.76 0 0.64
HSL 230º 0.84% 0.2% -
HSV(B) 230º 0.91% 0.36% -
XYZ 2.32 1.4 10.27 -
YUV 25.79 165.36 115.31 -
System Red Green Blue C M Y K H S L
Decimal 8 22 92 0.91 0.76 0 0.64 230 0.84 0.2
Hex 8 16 5C 5B 4C 0 40 E6 54 14
Octal 10 26 134 133 114 0 100 346 124 24
Binary 1000 10110 1011100 1011011 1001100 0 1000000 11100110 1010100 10100

Color Harmonies of #08165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08165C

Black with #08165C

Text Example


Text Example

White with #08165C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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