Html Css Color HEX #082250 Sapphire

📋 copy color: '#082250'

red 8 ◦ green 34 ◦ blue 80

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

Shades of Sapphire #082250

Tints of Sapphire #082250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 65.57%

R = 6.56%
G = 27.87%
B = 65.57%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#082250 (or 0x082250) is known color: Sapphire. HEX triplet: 08, 22 and 50. RGB value is (8,34,80). Sum of RGB (Red+Green+Blue) = 8+34+80=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #082250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082250 is #F7DDAF. Grayscale: #1F1F1F. Windows color (decimal): -16244144 or 5251592. OLE color: 5251592.

HSL color Cylindrical-coordinate representation of color #082250: hue angle of 218.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082250 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 34 80 -
CMYK 0.90 0.58 0 0.69
HSL 218.33º 0.82% 0.17% -
HSV(B) 218.33º 0.9% 0.31% -
XYZ 2.12 1.77 7.82 -
YUV 31.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 8 34 80 0.90 0.58 0 0.69 218.33 0.82 0.17
Hex 8 22 50 5A 3A 0 45 DA 52 11
Octal 10 42 120 132 72 0 105 332 122 21
Binary 1000 100010 1010000 1011010 111010 0 1000101 11011010 1010010 10001

Color Harmonies of #082250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082250

Black with #082250

Text Example


Text Example

White with #082250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082250; }

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

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

background-color css

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

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

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

border-color css

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

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

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