Html Css Color HEX #081251 Sapphire

📋 copy color: '#081251'

red 8 ◦ green 18 ◦ blue 81

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

Shades of Sapphire #081251

Tints of Sapphire #081251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

 BLUE value IS 81 (32.03% from 255) = 75.7%

R = 7.48%
G = 16.82%
B = 75.7%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#081251 (or 0x081251) is known color: Sapphire. HEX triplet: 08, 12 and 51. RGB value is (8,18,81). Sum of RGB (Red+Green+Blue) = 8+18+81=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #081251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081251 is #F7EDAE. Grayscale: #151515. Windows color (decimal): -16248239 or 5313032. OLE color: 5313032.

HSL color Cylindrical-coordinate representation of color #081251: hue angle of 231.78º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081251 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 18 81 -
CMYK 0.90 0.78 0 0.68
HSL 231.78º 0.82% 0.17% -
HSV(B) 231.78º 0.9% 0.32% -
XYZ 1.8 1.08 7.9 -
YUV 22.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 8 18 81 0.90 0.78 0 0.68 231.78 0.82 0.17
Hex 8 12 51 5A 4E 0 44 E8 52 11
Octal 10 22 121 132 116 0 104 350 122 21
Binary 1000 10010 1010001 1011010 1001110 0 1000100 11101000 1010010 10001

Color Harmonies of #081251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081251

Black with #081251

Text Example


Text Example

White with #081251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081251; }

 p { color: rgb(8,18,81); }

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

background-color css

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

 a { background-color: rgb(8,18,81); }

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

border-color css

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

 span { border-color: rgb(8,18,81); }

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