Html Css Color HEX #082658 Sapphire

📋 copy color: '#082658'

red 8 ◦ green 38 ◦ blue 88

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

Shades of Sapphire #082658

Tints of Sapphire #082658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.36%

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

R = 5.97%
G = 28.36%
B = 65.67%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082658 (or 0x082658) is known color: Sapphire. HEX triplet: 08, 26 and 58. RGB value is (8,38,88). Sum of RGB (Red+Green+Blue) = 8+38+88=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #082658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082658 is #F7D9A7. Grayscale: #222222. Windows color (decimal): -16243112 or 5776904. OLE color: 5776904.

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

Color convert

RGB 8 38 88 -
CMYK 0.91 0.57 0 0.65
HSL 217.5º 0.83% 0.19% -
HSV(B) 217.5º 0.91% 0.35% -
XYZ 2.55 2.14 9.51 -
YUV 34.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 8 38 88 0.91 0.57 0 0.65 217.5 0.83 0.19
Hex 8 26 58 5B 39 0 41 DA 53 13
Octal 10 46 130 133 71 0 101 332 123 23
Binary 1000 100110 1011000 1011011 111001 0 1000001 11011010 1010011 10011

Color Harmonies of #082658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082658

Black with #082658

Text Example


Text Example

White with #082658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082658; }

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

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

background-color css

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

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

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

border-color css

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

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

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