Html Css Color HEX #081859 Sapphire

📋 copy color: '#081859'

red 8 ◦ green 24 ◦ blue 89

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

Shades of Sapphire #081859

Tints of Sapphire #081859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.83%

 BLUE value IS 89 (35.16% from 255) = 73.55%

R = 6.61%
G = 19.83%
B = 73.55%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#081859 (or 0x081859) is known color: Sapphire. HEX triplet: 08, 18 and 59. RGB value is (8,24,89). Sum of RGB (Red+Green+Blue) = 8+24+89=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #081859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081859 is #F7E7A6. Grayscale: #1A1A1A. Windows color (decimal): -16246695 or 5838856. OLE color: 5838856.

HSL color Cylindrical-coordinate representation of color #081859: hue angle of 228.15º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081859 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 24 89 -
CMYK 0.91 0.73 0 0.65
HSL 228.15º 0.84% 0.19% -
HSV(B) 228.15º 0.91% 0.35% -
XYZ 2.23 1.43 9.61 -
YUV 26.63 163.2 114.71 -
System Red Green Blue C M Y K H S L
Decimal 8 24 89 0.91 0.73 0 0.65 228.15 0.84 0.19
Hex 8 18 59 5B 49 0 41 E4 54 13
Octal 10 30 131 133 111 0 101 344 124 23
Binary 1000 11000 1011001 1011011 1001001 0 1000001 11100100 1010100 10011

Color Harmonies of #081859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081859

Black with #081859

Text Example


Text Example

White with #081859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081859; }

 p { color: rgb(8,24,89); }

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

background-color css

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

 a { background-color: rgb(8,24,89); }

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

border-color css

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

 span { border-color: rgb(8,24,89); }

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