Html Css Color HEX #081569 Sapphire

📋 copy color: '#081569'

red 8 ◦ green 21 ◦ blue 105

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

Shades of Sapphire #081569

Tints of Sapphire #081569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 78.36%

R = 5.97%
G = 15.67%
B = 78.36%

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

#081569 (or 0x081569) is known color: Sapphire. HEX triplet: 08, 15 and 69. RGB value is (8,21,105). Sum of RGB (Red+Green+Blue) = 8+21+105=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 105 (41.41% from 255 or 78.36% from 134); Max value from RGB is 105 - color contains mainly: blue. Hex color #081569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081569 is #F7EA96. Grayscale: #1A1A1A. Windows color (decimal): -16247447 or 6886664. OLE color: 6886664.

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

Color convert

RGB 8 21 105 -
CMYK 0.92 0.80 0 0.59
HSL 231.96º 0.86% 0.22% -
HSV(B) 231.96º 0.92% 0.41% -
XYZ 2.92 1.61 13.52 -
YUV 26.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 8 21 105 0.92 0.80 0 0.59 231.96 0.86 0.22
Hex 8 15 69 5C 50 0 3B E8 56 16
Octal 10 25 151 134 120 0 73 350 126 26
Binary 1000 10101 1101001 1011100 1010000 0 111011 11101000 1010110 10110

Color Harmonies of #081569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081569

Black with #081569

Text Example


Text Example

White with #081569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081569; }

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

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

background-color css

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

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

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

border-color css

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

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

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