Html Css Color HEX #081260 Sapphire

📋 copy color: '#081260'

red 8 ◦ green 18 ◦ blue 96

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

Shades of Sapphire #081260

Tints of Sapphire #081260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 78.69%

R = 6.56%
G = 14.75%
B = 78.69%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#081260 (or 0x081260) is known color: Sapphire. HEX triplet: 08, 12 and 60. RGB value is (8,18,96). Sum of RGB (Red+Green+Blue) = 8+18+96=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #081260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081260 is #F7ED9F. Grayscale: #171717. Windows color (decimal): -16248224 or 6296072. OLE color: 6296072.

HSL color Cylindrical-coordinate representation of color #081260: hue angle of 233.18º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081260 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 18 96 -
CMYK 0.92 0.81 0 0.62
HSL 233.18º 0.85% 0.2% -
HSV(B) 233.18º 0.92% 0.38% -
XYZ 2.43 1.33 11.19 -
YUV 23.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 8 18 96 0.92 0.81 0 0.62 233.18 0.85 0.2
Hex 8 12 60 5C 51 0 3E E9 55 14
Octal 10 22 140 134 121 0 76 351 125 24
Binary 1000 10010 1100000 1011100 1010001 0 111110 11101001 1010101 10100

Color Harmonies of #081260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081260

Black with #081260

Text Example


Text Example

White with #081260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081260; }

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

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

background-color css

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

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

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

border-color css

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

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

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