Html Css Color HEX #08226D Sapphire

📋 copy color: '#08226D'

red 8 ◦ green 34 ◦ blue 109

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

Shades of Sapphire #08226D

Tints of Sapphire #08226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 72.19%

R = 5.3%
G = 22.52%
B = 72.19%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08226D (or 0x08226D) is known color: Sapphire. HEX triplet: 08, 22 and 6D. RGB value is (8,34,109). Sum of RGB (Red+Green+Blue) = 8+34+109=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #08226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08226D is #F7DD92. Grayscale: #222222. Windows color (decimal): -16244115 or 7152136. OLE color: 7152136.

HSL color Cylindrical-coordinate representation of color #08226D: hue angle of 224.55º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08226D is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 34 109 -
CMYK 0.93 0.69 0 0.57
HSL 224.55º 0.86% 0.23% -
HSV(B) 224.55º 0.93% 0.43% -
XYZ 3.43 2.3 14.73 -
YUV 34.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 8 34 109 0.93 0.69 0 0.57 224.55 0.86 0.23
Hex 8 22 6D 5D 45 0 39 E1 56 17
Octal 10 42 155 135 105 0 71 341 126 27
Binary 1000 100010 1101101 1011101 1000101 0 111001 11100001 1010110 10111

Color Harmonies of #08226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08226D

Black with #08226D

Text Example


Text Example

White with #08226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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