Html Css Color HEX #081768 Sapphire

📋 copy color: '#081768'

red 8 ◦ green 23 ◦ blue 104

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

Shades of Sapphire #081768

Tints of Sapphire #081768

RGB

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

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

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

R = 5.93%
G = 17.04%
B = 77.04%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#081768 (or 0x081768) is known color: Sapphire. HEX triplet: 08, 17 and 68. RGB value is (8,23,104). Sum of RGB (Red+Green+Blue) = 8+23+104=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #081768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081768 is #F7E897. Grayscale: #1B1B1B. Windows color (decimal): -16246936 or 6821640. OLE color: 6821640.

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

Color convert

RGB 8 23 104 -
CMYK 0.92 0.78 0 0.59
HSL 230.63º 0.86% 0.22% -
HSV(B) 230.63º 0.92% 0.41% -
XYZ 2.91 1.66 13.26 -
YUV 27.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 8 23 104 0.92 0.78 0 0.59 230.63 0.86 0.22
Hex 8 17 68 5C 4E 0 3B E7 56 16
Octal 10 27 150 134 116 0 73 347 126 26
Binary 1000 10111 1101000 1011100 1001110 0 111011 11100111 1010110 10110

Color Harmonies of #081768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081768

Black with #081768

Text Example


Text Example

White with #081768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081768; }

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

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

background-color css

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

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

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

border-color css

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

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

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