Html Css Color HEX #082374 Sapphire

📋 copy color: '#082374'

red 8 ◦ green 35 ◦ blue 116

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

Shades of Sapphire #082374

Tints of Sapphire #082374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 72.96%

R = 5.03%
G = 22.01%
B = 72.96%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082374 (or 0x082374) is known color: Sapphire. HEX triplet: 08, 23 and 74. RGB value is (8,35,116). Sum of RGB (Red+Green+Blue) = 8+35+116=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 116 (45.70% from 255 or 72.96% from 159); Max value from RGB is 116 - color contains mainly: blue. Hex color #082374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082374 is #F7DC8B. Grayscale: #232323. Windows color (decimal): -16243852 or 7611144. OLE color: 7611144.

HSL color Cylindrical-coordinate representation of color #082374: hue angle of 225º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082374 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 35 116 -
CMYK 0.93 0.70 0 0.55
HSL 225º 0.87% 0.24% -
HSV(B) 225º 0.93% 0.45% -
XYZ 3.85 2.51 16.81 -
YUV 36.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 8 35 116 0.93 0.70 0 0.55 225 0.87 0.24
Hex 8 23 74 5D 46 0 37 E1 57 18
Octal 10 43 164 135 106 0 67 341 127 30
Binary 1000 100011 1110100 1011101 1000110 0 110111 11100001 1010111 11000

Color Harmonies of #082374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082374

Black with #082374

Text Example


Text Example

White with #082374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082374; }

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

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

background-color css

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

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

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

border-color css

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

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

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