Html Css Color HEX #081958 Sapphire

📋 copy color: '#081958'

red 8 ◦ green 25 ◦ blue 88

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

Shades of Sapphire #081958

Tints of Sapphire #081958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.66%

 BLUE value IS 88 (34.77% from 255) = 72.73%

R = 6.61%
G = 20.66%
B = 72.73%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#081958 (or 0x081958) is known color: Sapphire. HEX triplet: 08, 19 and 58. RGB value is (8,25,88). Sum of RGB (Red+Green+Blue) = 8+25+88=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 88 (34.77% from 255 or 72.73% from 121); Max value from RGB is 88 - color contains mainly: blue. Hex color #081958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081958 is #F7E6A7. Grayscale: #1A1A1A. Windows color (decimal): -16246440 or 5773576. OLE color: 5773576.

HSL color Cylindrical-coordinate representation of color #081958: hue angle of 227.25º degrees, saturation: 0.83, 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 #081958 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 25 88 -
CMYK 0.91 0.72 0 0.65
HSL 227.25º 0.83% 0.19% -
HSV(B) 227.25º 0.91% 0.35% -
XYZ 2.21 1.45 9.4 -
YUV 27.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 8 25 88 0.91 0.72 0 0.65 227.25 0.83 0.19
Hex 8 19 58 5B 48 0 41 E3 53 13
Octal 10 31 130 133 110 0 101 343 123 23
Binary 1000 11001 1011000 1011011 1001000 0 1000001 11100011 1010011 10011

Color Harmonies of #081958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081958

Black with #081958

Text Example


Text Example

White with #081958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081958; }

 p { color: rgb(8,25,88); }

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

background-color css

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

 a { background-color: rgb(8,25,88); }

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

border-color css

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

 span { border-color: rgb(8,25,88); }

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