Html Css Color HEX #082263 Sapphire

📋 copy color: '#082263'

red 8 ◦ green 34 ◦ blue 99

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

Shades of Sapphire #082263

Tints of Sapphire #082263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 70.21%

R = 5.67%
G = 24.11%
B = 70.21%

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

#082263 (or 0x082263) is known color: Sapphire. HEX triplet: 08, 22 and 63. RGB value is (8,34,99). Sum of RGB (Red+Green+Blue) = 8+34+99=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #082263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082263 is #F7DD9C. Grayscale: #212121. Windows color (decimal): -16244125 or 6496776. OLE color: 6496776.

HSL color Cylindrical-coordinate representation of color #082263: hue angle of 222.86º 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 #082263 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 34 99 -
CMYK 0.92 0.66 0 0.61
HSL 222.86º 0.85% 0.21% -
HSV(B) 222.86º 0.92% 0.39% -
XYZ 2.92 2.1 12.05 -
YUV 33.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 8 34 99 0.92 0.66 0 0.61 222.86 0.85 0.21
Hex 8 22 63 5C 42 0 3D DF 55 15
Octal 10 42 143 134 102 0 75 337 125 25
Binary 1000 100010 1100011 1011100 1000010 0 111101 11011111 1010101 10101

Color Harmonies of #082263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082263

Black with #082263

Text Example


Text Example

White with #082263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082263; }

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

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

background-color css

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

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

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

border-color css

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

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

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