Html Css Color HEX #082481 Sapphire

📋 copy color: '#082481'

red 8 ◦ green 36 ◦ blue 129

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

Shades of Sapphire #082481

Tints of Sapphire #082481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

 BLUE value IS 129 (50.78% from 255) = 74.57%

R = 4.62%
G = 20.81%
B = 74.57%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#082481 (or 0x082481) is known color: Sapphire. HEX triplet: 08, 24 and 81. RGB value is (8,36,129). Sum of RGB (Red+Green+Blue) = 8+36+129=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 129 (50.78% from 255 or 74.57% from 173); Max value from RGB is 129 - color contains mainly: blue. Hex color #082481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082481 is #F7DB7E. Grayscale: #252525. Windows color (decimal): -16243583 or 8463368. OLE color: 8463368.

HSL color Cylindrical-coordinate representation of color #082481: hue angle of 226.12º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082481 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 36 129 -
CMYK 0.94 0.72 0 0.49
HSL 226.12º 0.88% 0.27% -
HSV(B) 226.12º 0.94% 0.51% -
XYZ 4.69 2.9 21.08 -
YUV 38.23 179.22 106.44 -
System Red Green Blue C M Y K H S L
Decimal 8 36 129 0.94 0.72 0 0.49 226.12 0.88 0.27
Hex 8 24 81 5E 48 0 31 E2 58 1B
Octal 10 44 201 136 110 0 61 342 130 33
Binary 1000 100100 10000001 1011110 1001000 0 110001 11100010 1011000 11011

Color Harmonies of #082481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082481

Black with #082481

Text Example


Text Example

White with #082481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082481; }

 p { color: rgb(8,36,129); }

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

background-color css

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

 a { background-color: rgb(8,36,129); }

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

border-color css

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

 span { border-color: rgb(8,36,129); }

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