Html Css Color HEX #082254 Sapphire

📋 copy color: '#082254'

red 8 ◦ green 34 ◦ blue 84

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

Shades of Sapphire #082254

Tints of Sapphire #082254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.98%

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

R = 6.35%
G = 26.98%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082254 (or 0x082254) is known color: Sapphire. HEX triplet: 08, 22 and 54. RGB value is (8,34,84). Sum of RGB (Red+Green+Blue) = 8+34+84=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 84 (33.20% from 255 or 66.67% from 126); Max value from RGB is 84 - color contains mainly: blue. Hex color #082254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082254 is #F7DDAB. Grayscale: #1F1F1F. Windows color (decimal): -16244140 or 5513736. OLE color: 5513736.

HSL color Cylindrical-coordinate representation of color #082254: hue angle of 219.47º 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 #082254 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 34 84 -
CMYK 0.90 0.60 0 0.67
HSL 219.47º 0.83% 0.18% -
HSV(B) 219.47º 0.9% 0.33% -
XYZ 2.27 1.84 8.62 -
YUV 31.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 8 34 84 0.90 0.60 0 0.67 219.47 0.83 0.18
Hex 8 22 54 5A 3C 0 43 DB 53 12
Octal 10 42 124 132 74 0 103 333 123 22
Binary 1000 100010 1010100 1011010 111100 0 1000011 11011011 1010011 10010

Color Harmonies of #082254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082254

Black with #082254

Text Example


Text Example

White with #082254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082254; }

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

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

background-color css

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

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

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

border-color css

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

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

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