Html Css Color HEX #0922CD Persian Blue

📋 copy color: '#0922CD'

red 9 ◦ green 34 ◦ blue 205

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

Shades of Persian Blue #0922CD

Tints of Persian Blue #0922CD

RGB

 RED value IS 9 (3.91% from 255) = 3.63%

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

 BLUE value IS 205 (80.47% from 255) = 82.66%

R = 3.63%
G = 13.71%
B = 82.66%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0922CD (or 0x0922CD) is known color: Persian Blue. HEX triplet: 09, 22 and CD. RGB value is (9,34,205). Sum of RGB (Red+Green+Blue) = 9+34+205=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 205 (80.47% from 255 or 82.66% from 248); Max value from RGB is 205 - color contains mainly: blue. Hex color #0922CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0922CD is #F6DD32. Grayscale: #2D2D2D. Windows color (decimal): -16178483 or 13443593. OLE color: 13443593.

HSL color Cylindrical-coordinate representation of color #0922CD: hue angle of 232.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0922CD is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 34 205 -
CMYK 0.96 0.83 0 0.20
HSL 232.35º 0.92% 0.42% -
HSV(B) 232.35º 0.96% 0.8% -
XYZ 11.7 5.61 58.22 -
YUV 46.02 217.72 101.6 -
System Red Green Blue C M Y K H S L
Decimal 9 34 205 0.96 0.83 0 0.20 232.35 0.92 0.42
Hex 9 22 CD 60 53 0 14 E8 5C 2A
Octal 11 42 315 140 123 0 24 350 134 52
Binary 1001 100010 11001101 1100000 1010011 0 10100 11101000 1011100 101010

Color Harmonies of #0922CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0922CD

Black with #0922CD

Text Example


Text Example

White with #0922CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0922CD; }

 p { color: rgb(9,34,205); }

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

background-color css

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

 a { background-color: rgb(9,34,205); }

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

border-color css

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

 span { border-color: rgb(9,34,205); }

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