Html Css Color HEX #082260 Sapphire

📋 copy color: '#082260'

red 8 ◦ green 34 ◦ blue 96

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

Shades of Sapphire #082260

Tints of Sapphire #082260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 69.57%

R = 5.8%
G = 24.64%
B = 69.57%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082260 (or 0x082260) is known color: Sapphire. HEX triplet: 08, 22 and 60. RGB value is (8,34,96). Sum of RGB (Red+Green+Blue) = 8+34+96=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #082260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082260 is #F7DD9F. Grayscale: #212121. Windows color (decimal): -16244128 or 6300168. OLE color: 6300168.

HSL color Cylindrical-coordinate representation of color #082260: hue angle of 222.27º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082260 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 34 96 -
CMYK 0.92 0.65 0 0.62
HSL 222.27º 0.85% 0.2% -
HSV(B) 222.27º 0.92% 0.38% -
XYZ 2.78 2.04 11.31 -
YUV 33.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 8 34 96 0.92 0.65 0 0.62 222.27 0.85 0.2
Hex 8 22 60 5C 41 0 3E DE 55 14
Octal 10 42 140 134 101 0 76 336 125 24
Binary 1000 100010 1100000 1011100 1000001 0 111110 11011110 1010101 10100

Color Harmonies of #082260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082260

Black with #082260

Text Example


Text Example

White with #082260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082260; }

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

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

background-color css

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

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

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

border-color css

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

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

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