Html Css Color HEX #082865 Sapphire

📋 copy color: '#082865'

red 8 ◦ green 40 ◦ blue 101

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

Shades of Sapphire #082865

Tints of Sapphire #082865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.85%

 BLUE value IS 101 (39.84% from 255) = 67.79%

R = 5.37%
G = 26.85%
B = 67.79%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#082865 (or 0x082865) is known color: Sapphire. HEX triplet: 08, 28 and 65. RGB value is (8,40,101). Sum of RGB (Red+Green+Blue) = 8+40+101=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #082865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082865 is #F7D79A. Grayscale: #252525. Windows color (decimal): -16242587 or 6629384. OLE color: 6629384.

HSL color Cylindrical-coordinate representation of color #082865: hue angle of 219.35º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082865 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 40 101 -
CMYK 0.92 0.60 0 0.60
HSL 219.35º 0.85% 0.21% -
HSV(B) 219.35º 0.92% 0.4% -
XYZ 3.21 2.51 12.63 -
YUV 37.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 8 40 101 0.92 0.60 0 0.60 219.35 0.85 0.21
Hex 8 28 65 5C 3C 0 3C DB 55 15
Octal 10 50 145 134 74 0 74 333 125 25
Binary 1000 101000 1100101 1011100 111100 0 111100 11011011 1010101 10101

Color Harmonies of #082865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082865

Black with #082865

Text Example


Text Example

White with #082865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082865; }

 p { color: rgb(8,40,101); }

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

background-color css

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

 a { background-color: rgb(8,40,101); }

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

border-color css

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

 span { border-color: rgb(8,40,101); }

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