Html Css Color HEX #081562 Sapphire

📋 copy color: '#081562'

red 8 ◦ green 21 ◦ blue 98

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

Shades of Sapphire #081562

Tints of Sapphire #081562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 77.17%

R = 6.3%
G = 16.54%
B = 77.17%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#081562 (or 0x081562) is known color: Sapphire. HEX triplet: 08, 15 and 62. RGB value is (8,21,98). Sum of RGB (Red+Green+Blue) = 8+21+98=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 98 (38.67% from 255 or 77.17% from 127); Max value from RGB is 98 - color contains mainly: blue. Hex color #081562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081562 is #F7EA9D. Grayscale: #191919. Windows color (decimal): -16247454 or 6427912. OLE color: 6427912.

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

Color convert

RGB 8 21 98 -
CMYK 0.92 0.79 0 0.62
HSL 231.33º 0.85% 0.21% -
HSV(B) 231.33º 0.92% 0.38% -
XYZ 2.57 1.47 11.7 -
YUV 25.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 8 21 98 0.92 0.79 0 0.62 231.33 0.85 0.21
Hex 8 15 62 5C 4F 0 3E E7 55 15
Octal 10 25 142 134 117 0 76 347 125 25
Binary 1000 10101 1100010 1011100 1001111 0 111110 11100111 1010101 10101

Color Harmonies of #081562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081562

Black with #081562

Text Example


Text Example

White with #081562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081562; }

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

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

background-color css

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

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

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

border-color css

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

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

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