Html Css Color HEX #082369 Sapphire

📋 copy color: '#082369'

red 8 ◦ green 35 ◦ blue 105

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

Shades of Sapphire #082369

Tints of Sapphire #082369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.65%

 BLUE value IS 105 (41.41% from 255) = 70.95%

R = 5.41%
G = 23.65%
B = 70.95%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#082369 (or 0x082369) is known color: Sapphire. HEX triplet: 08, 23 and 69. RGB value is (8,35,105). Sum of RGB (Red+Green+Blue) = 8+35+105=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #082369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082369 is #F7DC96. Grayscale: #222222. Windows color (decimal): -16243863 or 6890248. OLE color: 6890248.

HSL color Cylindrical-coordinate representation of color #082369: hue angle of 223.3º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082369 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 35 105 -
CMYK 0.92 0.67 0 0.59
HSL 223.3º 0.86% 0.22% -
HSV(B) 223.3º 0.92% 0.41% -
XYZ 3.25 2.27 13.63 -
YUV 34.91 167.55 108.81 -
System Red Green Blue C M Y K H S L
Decimal 8 35 105 0.92 0.67 0 0.59 223.3 0.86 0.22
Hex 8 23 69 5C 43 0 3B DF 56 16
Octal 10 43 151 134 103 0 73 337 126 26
Binary 1000 100011 1101001 1011100 1000011 0 111011 11011111 1010110 10110

Color Harmonies of #082369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082369

Black with #082369

Text Example


Text Example

White with #082369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082369; }

 p { color: rgb(8,35,105); }

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

background-color css

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

 a { background-color: rgb(8,35,105); }

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

border-color css

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

 span { border-color: rgb(8,35,105); }

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