Html Css Color HEX #082954 Sapphire

📋 copy color: '#082954'

red 8 ◦ green 41 ◦ blue 84

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

Shades of Sapphire #082954

Tints of Sapphire #082954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 63.16%

R = 6.02%
G = 30.83%
B = 63.16%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082954 (or 0x082954) is known color: Sapphire. HEX triplet: 08, 29 and 54. RGB value is (8,41,84). Sum of RGB (Red+Green+Blue) = 8+41+84=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #082954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082954 is #F7D6AB. Grayscale: #232323. Windows color (decimal): -16242348 or 5515528. OLE color: 5515528.

HSL color Cylindrical-coordinate representation of color #082954: hue angle of 213.95º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082954 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 41 84 -
CMYK 0.90 0.51 0 0.67
HSL 213.95º 0.83% 0.18% -
HSV(B) 213.95º 0.9% 0.33% -
XYZ 2.49 2.28 8.7 -
YUV 36.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 8 41 84 0.90 0.51 0 0.67 213.95 0.83 0.18
Hex 8 29 54 5A 33 0 43 D6 53 12
Octal 10 51 124 132 63 0 103 326 123 22
Binary 1000 101001 1010100 1011010 110011 0 1000011 11010110 1010011 10010

Color Harmonies of #082954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082954

Black with #082954

Text Example


Text Example

White with #082954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082954; }

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

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

background-color css

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

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

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

border-color css

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

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

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