Html Css Color HEX #082965 Sapphire

📋 copy color: '#082965'

red 8 ◦ green 41 ◦ blue 101

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

Shades of Sapphire #082965

Tints of Sapphire #082965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.33%

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

R = 5.33%
G = 27.33%
B = 67.33%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#082965 (or 0x082965) is known color: Sapphire. HEX triplet: 08, 29 and 65. RGB value is (8,41,101). Sum of RGB (Red+Green+Blue) = 8+41+101=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 101 (39.84% from 255 or 67.33% from 150); Max value from RGB is 101 - color contains mainly: blue. Hex color #082965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082965 is #F7D69A. Grayscale: #252525. Windows color (decimal): -16242331 or 6629640. OLE color: 6629640.

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

Color convert

RGB 8 41 101 -
CMYK 0.92 0.59 0 0.60
HSL 218.71º 0.85% 0.21% -
HSV(B) 218.71º 0.92% 0.4% -
XYZ 3.24 2.58 12.64 -
YUV 37.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 8 41 101 0.92 0.59 0 0.60 218.71 0.85 0.21
Hex 8 29 65 5C 3B 0 3C DB 55 15
Octal 10 51 145 134 73 0 74 333 125 25
Binary 1000 101001 1100101 1011100 111011 0 111100 11011011 1010101 10101

Color Harmonies of #082965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082965

Black with #082965

Text Example


Text Example

White with #082965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082965; }

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

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

background-color css

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

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

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

border-color css

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

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

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