Html Css Color HEX #082765 Sapphire

📋 copy color: '#082765'

red 8 ◦ green 39 ◦ blue 101

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

Shades of Sapphire #082765

Tints of Sapphire #082765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.35%

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

R = 5.41%
G = 26.35%
B = 68.24%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#082765 (or 0x082765) is known color: Sapphire. HEX triplet: 08, 27 and 65. RGB value is (8,39,101). Sum of RGB (Red+Green+Blue) = 8+39+101=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 101 (39.84% from 255 or 68.24% from 148); Max value from RGB is 101 - color contains mainly: blue. Hex color #082765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082765 is #F7D89A. Grayscale: #242424. Windows color (decimal): -16242843 or 6629128. OLE color: 6629128.

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

Color convert

RGB 8 39 101 -
CMYK 0.92 0.61 0 0.60
HSL 220º 0.85% 0.21% -
HSV(B) 220º 0.92% 0.4% -
XYZ 3.17 2.44 12.62 -
YUV 36.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 8 39 101 0.92 0.61 0 0.60 220 0.85 0.21
Hex 8 27 65 5C 3D 0 3C DC 55 15
Octal 10 47 145 134 75 0 74 334 125 25
Binary 1000 100111 1100101 1011100 111101 0 111100 11011100 1010101 10101

Color Harmonies of #082765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082765

Black with #082765

Text Example


Text Example

White with #082765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082765; }

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

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

background-color css

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

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

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

border-color css

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

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

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