Html Css Color HEX #081763 Sapphire

📋 copy color: '#081763'

red 8 ◦ green 23 ◦ blue 99

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

Shades of Sapphire #081763

Tints of Sapphire #081763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.69%

 BLUE value IS 99 (39.06% from 255) = 76.15%

R = 6.15%
G = 17.69%
B = 76.15%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#081763 (or 0x081763) is known color: Sapphire. HEX triplet: 08, 17 and 63. RGB value is (8,23,99). Sum of RGB (Red+Green+Blue) = 8+23+99=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #081763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081763 is #F7E89C. Grayscale: #1A1A1A. Windows color (decimal): -16246941 or 6493960. OLE color: 6493960.

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

Color convert

RGB 8 23 99 -
CMYK 0.92 0.77 0 0.61
HSL 230.11º 0.85% 0.21% -
HSV(B) 230.11º 0.92% 0.39% -
XYZ 2.66 1.57 11.97 -
YUV 27.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 8 23 99 0.92 0.77 0 0.61 230.11 0.85 0.21
Hex 8 17 63 5C 4D 0 3D E6 55 15
Octal 10 27 143 134 115 0 75 346 125 25
Binary 1000 10111 1100011 1011100 1001101 0 111101 11100110 1010101 10101

Color Harmonies of #081763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081763

Black with #081763

Text Example


Text Example

White with #081763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081763; }

 p { color: rgb(8,23,99); }

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

background-color css

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

 a { background-color: rgb(8,23,99); }

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

border-color css

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

 span { border-color: rgb(8,23,99); }

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