Html Css Color HEX #0822C9 Persian Blue

📋 copy color: '#0822C9'

red 8 ◦ green 34 ◦ blue 201

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

Shades of Persian Blue #0822C9

Tints of Persian Blue #0822C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 82.72%

R = 3.29%
G = 13.99%
B = 82.72%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0822C9 (or 0x0822C9) is known color: Persian Blue. HEX triplet: 08, 22 and C9. RGB value is (8,34,201). Sum of RGB (Red+Green+Blue) = 8+34+201=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 201 (78.91% from 255 or 82.72% from 243); Max value from RGB is 201 - color contains mainly: blue. Hex color #0822C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0822C9 is #F7DD36. Grayscale: #2C2C2C. Windows color (decimal): -16244023 or 13181448. OLE color: 13181448.

HSL color Cylindrical-coordinate representation of color #0822C9: hue angle of 231.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0822C9 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 34 201 -
CMYK 0.96 0.83 0 0.21
HSL 231.92º 0.92% 0.41% -
HSV(B) 231.92º 0.96% 0.79% -
XYZ 11.21 5.41 55.71 -
YUV 45.26 215.89 101.42 -
System Red Green Blue C M Y K H S L
Decimal 8 34 201 0.96 0.83 0 0.21 231.92 0.92 0.41
Hex 8 22 C9 60 53 0 15 E8 5C 29
Octal 10 42 311 140 123 0 25 350 134 51
Binary 1000 100010 11001001 1100000 1010011 0 10101 11101000 1011100 101001

Color Harmonies of #0822C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0822C9

Black with #0822C9

Text Example


Text Example

White with #0822C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0822C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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