Html Css Color HEX #082258 Sapphire

📋 copy color: '#082258'

red 8 ◦ green 34 ◦ blue 88

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

Shades of Sapphire #082258

Tints of Sapphire #082258

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.15%

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

R = 6.15%
G = 26.15%
B = 67.69%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082258 (or 0x082258) is known color: Sapphire. HEX triplet: 08, 22 and 58. RGB value is (8,34,88). Sum of RGB (Red+Green+Blue) = 8+34+88=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #082258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082258 is #F7DDA7. Grayscale: #202020. Windows color (decimal): -16244136 or 5775880. OLE color: 5775880.

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

Color convert

RGB 8 34 88 -
CMYK 0.91 0.61 0 0.65
HSL 220.5º 0.83% 0.19% -
HSV(B) 220.5º 0.91% 0.35% -
XYZ 2.43 1.9 9.47 -
YUV 32.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 8 34 88 0.91 0.61 0 0.65 220.5 0.83 0.19
Hex 8 22 58 5B 3D 0 41 DC 53 13
Octal 10 42 130 133 75 0 101 334 123 23
Binary 1000 100010 1011000 1011011 111101 0 1000001 11011100 1010011 10011

Color Harmonies of #082258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082258

Black with #082258

Text Example


Text Example

White with #082258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082258; }

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

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

background-color css

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

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

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

border-color css

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

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

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