Html Css Color HEX #0932BA Persian Blue

📋 copy color: '#0932BA'

red 9 ◦ green 50 ◦ blue 186

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

Shades of Persian Blue #0932BA

Tints of Persian Blue #0932BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.92%

R = 3.67%
G = 20.41%
B = 75.92%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0932BA (or 0x0932BA) is known color: Persian Blue. HEX triplet: 09, 32 and BA. RGB value is (9,50,186). Sum of RGB (Red+Green+Blue) = 9+50+186=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #0932BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0932BA is #F6CD45. Grayscale: #343434. Windows color (decimal): -16174406 or 12202505. OLE color: 12202505.

HSL color Cylindrical-coordinate representation of color #0932BA: hue angle of 226.1º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0932BA is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 50 186 -
CMYK 0.95 0.73 0 0.27
HSL 226.1º 0.91% 0.38% -
HSV(B) 226.1º 0.95% 0.73% -
XYZ 10.12 5.88 47.06 -
YUV 53.25 202.92 96.44 -
System Red Green Blue C M Y K H S L
Decimal 9 50 186 0.95 0.73 0 0.27 226.1 0.91 0.38
Hex 9 32 BA 5F 49 0 1B E2 5B 26
Octal 11 62 272 137 111 0 33 342 133 46
Binary 1001 110010 10111010 1011111 1001001 0 11011 11100010 1011011 100110

Color Harmonies of #0932BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0932BA

Black with #0932BA

Text Example


Text Example

White with #0932BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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