Html Css Color HEX #082958 Sapphire

📋 copy color: '#082958'

red 8 ◦ green 41 ◦ blue 88

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

Shades of Sapphire #082958

Tints of Sapphire #082958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.93%

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

R = 5.84%
G = 29.93%
B = 64.23%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082958 (or 0x082958) is known color: Sapphire. HEX triplet: 08, 29 and 58. RGB value is (8,41,88). Sum of RGB (Red+Green+Blue) = 8+41+88=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #082958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082958 is #F7D6A7. Grayscale: #242424. Windows color (decimal): -16242344 or 5777672. OLE color: 5777672.

HSL color Cylindrical-coordinate representation of color #082958: hue angle of 215.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 #082958 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 41 88 -
CMYK 0.91 0.53 0 0.65
HSL 215.25º 0.83% 0.19% -
HSV(B) 215.25º 0.91% 0.35% -
XYZ 2.65 2.34 9.54 -
YUV 36.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 8 41 88 0.91 0.53 0 0.65 215.25 0.83 0.19
Hex 8 29 58 5B 35 0 41 D7 53 13
Octal 10 51 130 133 65 0 101 327 123 23
Binary 1000 101001 1011000 1011011 110101 0 1000001 11010111 1010011 10011

Color Harmonies of #082958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082958

Black with #082958

Text Example


Text Example

White with #082958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082958; }

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

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

background-color css

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

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

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

border-color css

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

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

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