Html Css Color HEX #081568 Sapphire

📋 copy color: '#081568'

red 8 ◦ green 21 ◦ blue 104

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

Shades of Sapphire #081568

Tints of Sapphire #081568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 6.02%
G = 15.79%
B = 78.2%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#081568 (or 0x081568) is known color: Sapphire. HEX triplet: 08, 15 and 68. RGB value is (8,21,104). Sum of RGB (Red+Green+Blue) = 8+21+104=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #081568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081568 is #F7EA97. Grayscale: #1A1A1A. Windows color (decimal): -16247448 or 6821128. OLE color: 6821128.

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

Color convert

RGB 8 21 104 -
CMYK 0.92 0.80 0 0.59
HSL 231.88º 0.86% 0.22% -
HSV(B) 231.88º 0.92% 0.41% -
XYZ 2.87 1.59 13.25 -
YUV 26.58 171.69 114.75 -
System Red Green Blue C M Y K H S L
Decimal 8 21 104 0.92 0.80 0 0.59 231.88 0.86 0.22
Hex 8 15 68 5C 50 0 3B E8 56 16
Octal 10 25 150 134 120 0 73 350 126 26
Binary 1000 10101 1101000 1011100 1010000 0 111011 11101000 1010110 10110

Color Harmonies of #081568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081568

Black with #081568

Text Example


Text Example

White with #081568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081568; }

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

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

background-color css

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

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

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

border-color css

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

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

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