Html Css Color HEX #08224C Sapphire

📋 copy color: '#08224C'

red 8 ◦ green 34 ◦ blue 76

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

Shades of Sapphire #08224C

Tints of Sapphire #08224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 64.41%

R = 6.78%
G = 28.81%
B = 64.41%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08224C (or 0x08224C) is known color: Sapphire. HEX triplet: 08, 22 and 4C. RGB value is (8,34,76). Sum of RGB (Red+Green+Blue) = 8+34+76=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #08224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08224C is #F7DDB3. Grayscale: #1E1E1E. Windows color (decimal): -16244148 or 4989448. OLE color: 4989448.

HSL color Cylindrical-coordinate representation of color #08224C: hue angle of 217.06º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08224C is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 34 76 -
CMYK 0.89 0.55 0 0.70
HSL 217.06º 0.81% 0.16% -
HSV(B) 217.06º 0.89% 0.3% -
XYZ 1.98 1.72 7.06 -
YUV 31.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 8 34 76 0.89 0.55 0 0.70 217.06 0.81 0.16
Hex 8 22 4C 59 37 0 46 D9 51 10
Octal 10 42 114 131 67 0 106 331 121 20
Binary 1000 100010 1001100 1011001 110111 0 1000110 11011001 1010001 10000

Color Harmonies of #08224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08224C

Black with #08224C

Text Example


Text Example

White with #08224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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