Html Css Color HEX #081567 Sapphire

📋 copy color: '#081567'

red 8 ◦ green 21 ◦ blue 103

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

Shades of Sapphire #081567

Tints of Sapphire #081567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 78.03%

R = 6.06%
G = 15.91%
B = 78.03%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#081567 (or 0x081567) is known color: Sapphire. HEX triplet: 08, 15 and 67. RGB value is (8,21,103). Sum of RGB (Red+Green+Blue) = 8+21+103=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 103 (40.62% from 255 or 78.03% from 132); Max value from RGB is 103 - color contains mainly: blue. Hex color #081567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081567 is #F7EA98. Grayscale: #1A1A1A. Windows color (decimal): -16247449 or 6755592. OLE color: 6755592.

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

Color convert

RGB 8 21 103 -
CMYK 0.92 0.80 0 0.60
HSL 231.79º 0.86% 0.22% -
HSV(B) 231.79º 0.92% 0.4% -
XYZ 2.82 1.57 12.99 -
YUV 26.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 8 21 103 0.92 0.80 0 0.60 231.79 0.86 0.22
Hex 8 15 67 5C 50 0 3C E8 56 16
Octal 10 25 147 134 120 0 74 350 126 26
Binary 1000 10101 1100111 1011100 1010000 0 111100 11101000 1010110 10110

Color Harmonies of #081567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081567

Black with #081567

Text Example


Text Example

White with #081567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081567; }

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

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

background-color css

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

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

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

border-color css

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

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

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