Html Css Color HEX #082264 Sapphire

📋 copy color: '#082264'

red 8 ◦ green 34 ◦ blue 100

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

Shades of Sapphire #082264

Tints of Sapphire #082264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 70.42%

R = 5.63%
G = 23.94%
B = 70.42%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#082264 (or 0x082264) is known color: Sapphire. HEX triplet: 08, 22 and 64. RGB value is (8,34,100). Sum of RGB (Red+Green+Blue) = 8+34+100=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 100 (39.45% from 255 or 70.42% from 142); Max value from RGB is 100 - color contains mainly: blue. Hex color #082264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082264 is #F7DD9B. Grayscale: #212121. Windows color (decimal): -16244124 or 6562312. OLE color: 6562312.

HSL color Cylindrical-coordinate representation of color #082264: hue angle of 223.04º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082264 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 34 100 -
CMYK 0.92 0.66 0 0.61
HSL 223.04º 0.85% 0.21% -
HSV(B) 223.04º 0.92% 0.39% -
XYZ 2.97 2.12 12.31 -
YUV 33.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 8 34 100 0.92 0.66 0 0.61 223.04 0.85 0.21
Hex 8 22 64 5C 42 0 3D DF 55 15
Octal 10 42 144 134 102 0 75 337 125 25
Binary 1000 100010 1100100 1011100 1000010 0 111101 11011111 1010101 10101

Color Harmonies of #082264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082264

Black with #082264

Text Example


Text Example

White with #082264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082264; }

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

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

background-color css

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

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

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

border-color css

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

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

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