Html Css Color HEX #082450 Sapphire

📋 copy color: '#082450'

red 8 ◦ green 36 ◦ blue 80

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

Shades of Sapphire #082450

Tints of Sapphire #082450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.03%

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

R = 6.45%
G = 29.03%
B = 64.52%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#082450 (or 0x082450) is known color: Sapphire. HEX triplet: 08, 24 and 50. RGB value is (8,36,80). Sum of RGB (Red+Green+Blue) = 8+36+80=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #082450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082450 is #F7DBAF. Grayscale: #202020. Windows color (decimal): -16243632 or 5252104. OLE color: 5252104.

HSL color Cylindrical-coordinate representation of color #082450: hue angle of 216.67º 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 #082450 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 36 80 -
CMYK 0.90 0.55 0 0.69
HSL 216.67º 0.82% 0.17% -
HSV(B) 216.67º 0.9% 0.31% -
XYZ 2.18 1.89 7.84 -
YUV 32.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 8 36 80 0.90 0.55 0 0.69 216.67 0.82 0.17
Hex 8 24 50 5A 37 0 45 D9 52 11
Octal 10 44 120 132 67 0 105 331 122 21
Binary 1000 100100 1010000 1011010 110111 0 1000101 11011001 1010010 10001

Color Harmonies of #082450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082450

Black with #082450

Text Example


Text Example

White with #082450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082450; }

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

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

background-color css

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

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

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

border-color css

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

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

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