Html Css Color HEX #082574 Sapphire

📋 copy color: '#082574'

red 8 ◦ green 37 ◦ blue 116

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

Shades of Sapphire #082574

Tints of Sapphire #082574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.98%

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

R = 4.97%
G = 22.98%
B = 72.05%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082574 (or 0x082574) is known color: Sapphire. HEX triplet: 08, 25 and 74. RGB value is (8,37,116). Sum of RGB (Red+Green+Blue) = 8+37+116=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 116 (45.70% from 255 or 72.05% from 161); Max value from RGB is 116 - color contains mainly: blue. Hex color #082574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082574 is #F7DA8B. Grayscale: #242424. Windows color (decimal): -16243340 or 7611656. OLE color: 7611656.

HSL color Cylindrical-coordinate representation of color #082574: hue angle of 223.89º 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 #082574 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 37 116 -
CMYK 0.93 0.68 0 0.55
HSL 223.89º 0.87% 0.24% -
HSV(B) 223.89º 0.93% 0.45% -
XYZ 3.91 2.64 16.83 -
YUV 37.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 8 37 116 0.93 0.68 0 0.55 223.89 0.87 0.24
Hex 8 25 74 5D 44 0 37 E0 57 18
Octal 10 45 164 135 104 0 67 340 127 30
Binary 1000 100101 1110100 1011101 1000100 0 110111 11100000 1010111 11000

Color Harmonies of #082574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082574

Black with #082574

Text Example


Text Example

White with #082574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082574; }

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

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

background-color css

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

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

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

border-color css

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

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

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