Html Css Color HEX #0932CB Persian Blue

📋 copy color: '#0932CB'

red 9 ◦ green 50 ◦ blue 203

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

Shades of Persian Blue #0932CB

Tints of Persian Blue #0932CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

 BLUE value IS 203 (79.69% from 255) = 77.48%

R = 3.44%
G = 19.08%
B = 77.48%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0932CB (or 0x0932CB) is known color: Persian Blue. HEX triplet: 09, 32 and CB. RGB value is (9,50,203). Sum of RGB (Red+Green+Blue) = 9+50+203=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #0932CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0932CB is #F6CD34. Grayscale: #363636. Windows color (decimal): -16174389 or 13316617. OLE color: 13316617.

HSL color Cylindrical-coordinate representation of color #0932CB: hue angle of 227.32º 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 #0932CB is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 50 203 -
CMYK 0.96 0.75 0 0.20
HSL 227.32º 0.92% 0.42% -
HSV(B) 227.32º 0.96% 0.8% -
XYZ 12.03 6.65 57.15 -
YUV 55.18 211.42 95.06 -
System Red Green Blue C M Y K H S L
Decimal 9 50 203 0.96 0.75 0 0.20 227.32 0.92 0.42
Hex 9 32 CB 60 4B 0 14 E3 5C 2A
Octal 11 62 313 140 113 0 24 343 134 52
Binary 1001 110010 11001011 1100000 1001011 0 10100 11100011 1011100 101010

Color Harmonies of #0932CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0932CB

Black with #0932CB

Text Example


Text Example

White with #0932CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0932CB; }

 p { color: rgb(9,50,203); }

 H1.HeaderClassName
 {
   color: #0932CB;
 }
 .AnyTagClassName
 {
   color: #0932CB;
 }
</style>

background-color css

<style>
 a { background-color: #0932CB; }

 a { background-color: rgb(9,50,203); }

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

border-color css

<style>
 span { border-color: #0932CB; }

 span { border-color: rgb(9,50,203); }

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