Html Css Color HEX #081668 Sapphire

📋 copy color: '#081668'

red 8 ◦ green 22 ◦ blue 104

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

Shades of Sapphire #081668

Tints of Sapphire #081668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 77.61%

R = 5.97%
G = 16.42%
B = 77.61%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#081668 (or 0x081668) is known color: Sapphire. HEX triplet: 08, 16 and 68. RGB value is (8,22,104). Sum of RGB (Red+Green+Blue) = 8+22+104=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #081668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081668 is #F7E997. Grayscale: #1A1A1A. Windows color (decimal): -16247192 or 6821384. OLE color: 6821384.

HSL color Cylindrical-coordinate representation of color #081668: hue angle of 231.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081668 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 22 104 -
CMYK 0.92 0.79 0 0.59
HSL 231.25º 0.86% 0.22% -
HSV(B) 231.25º 0.92% 0.41% -
XYZ 2.89 1.62 13.26 -
YUV 27.16 171.36 114.33 -
System Red Green Blue C M Y K H S L
Decimal 8 22 104 0.92 0.79 0 0.59 231.25 0.86 0.22
Hex 8 16 68 5C 4F 0 3B E7 56 16
Octal 10 26 150 134 117 0 73 347 126 26
Binary 1000 10110 1101000 1011100 1001111 0 111011 11100111 1010110 10110

Color Harmonies of #081668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081668

Black with #081668

Text Example


Text Example

White with #081668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081668; }

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

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

background-color css

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

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

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

border-color css

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

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

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