Html Css Color HEX #081764 Sapphire

📋 copy color: '#081764'

red 8 ◦ green 23 ◦ blue 100

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

Shades of Sapphire #081764

Tints of Sapphire #081764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 76.34%

R = 6.11%
G = 17.56%
B = 76.34%

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

#081764 (or 0x081764) is known color: Sapphire. HEX triplet: 08, 17 and 64. RGB value is (8,23,100). Sum of RGB (Red+Green+Blue) = 8+23+100=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 100 (39.45% from 255 or 76.34% from 131); Max value from RGB is 100 - color contains mainly: blue. Hex color #081764 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081764 is #F7E89B. Grayscale: #1A1A1A. Windows color (decimal): -16246940 or 6559496. OLE color: 6559496.

HSL color Cylindrical-coordinate representation of color #081764: hue angle of 230.22º 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 #081764 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 23 100 -
CMYK 0.92 0.77 0 0.61
HSL 230.22º 0.85% 0.21% -
HSV(B) 230.22º 0.92% 0.39% -
XYZ 2.71 1.58 12.22 -
YUV 27.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 8 23 100 0.92 0.77 0 0.61 230.22 0.85 0.21
Hex 8 17 64 5C 4D 0 3D E6 55 15
Octal 10 27 144 134 115 0 75 346 125 25
Binary 1000 10111 1100100 1011100 1001101 0 111101 11100110 1010101 10101

Color Harmonies of #081764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081764

Black with #081764

Text Example


Text Example

White with #081764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081764; }

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

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

background-color css

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

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

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

border-color css

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

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

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