Html Css Color HEX #08224F Sapphire

📋 copy color: '#08224F'

red 8 ◦ green 34 ◦ blue 79

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

Shades of Sapphire #08224F

Tints of Sapphire #08224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 65.29%

R = 6.61%
G = 28.1%
B = 65.29%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08224F (or 0x08224F) is known color: Sapphire. HEX triplet: 08, 22 and 4F. RGB value is (8,34,79). Sum of RGB (Red+Green+Blue) = 8+34+79=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #08224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08224F is #F7DDB0. Grayscale: #1F1F1F. Windows color (decimal): -16244145 or 5186056. OLE color: 5186056.

HSL color Cylindrical-coordinate representation of color #08224F: hue angle of 218.03º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08224F is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 34 79 -
CMYK 0.90 0.57 0 0.69
HSL 218.03º 0.82% 0.17% -
HSV(B) 218.03º 0.9% 0.31% -
XYZ 2.08 1.76 7.63 -
YUV 31.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 8 34 79 0.90 0.57 0 0.69 218.03 0.82 0.17
Hex 8 22 4F 5A 39 0 45 DA 52 11
Octal 10 42 117 132 71 0 105 332 122 21
Binary 1000 100010 1001111 1011010 111001 0 1000101 11011010 1010010 10001

Color Harmonies of #08224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08224F

Black with #08224F

Text Example


Text Example

White with #08224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08224F; }

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

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

background-color css

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

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

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

border-color css

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

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

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