Html Css Color HEX #0932DF Persian Blue

📋 copy color: '#0932DF'

red 9 ◦ green 50 ◦ blue 223

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

Shades of Persian Blue #0932DF

Tints of Persian Blue #0932DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 79.08%

R = 3.19%
G = 17.73%
B = 79.08%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0932DF (or 0x0932DF) is known color: Persian Blue. HEX triplet: 09, 32 and DF. RGB value is (9,50,223). Sum of RGB (Red+Green+Blue) = 9+50+223=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #0932DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0932DF is #F6CD20. Grayscale: #383838. Windows color (decimal): -16174369 or 14627337. OLE color: 14627337.

HSL color Cylindrical-coordinate representation of color #0932DF: hue angle of 228.5º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0932DF is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 50 223 -
CMYK 0.96 0.78 0 0.13
HSL 228.5º 0.92% 0.45% -
HSV(B) 228.5º 0.96% 0.87% -
XYZ 14.57 7.67 70.52 -
YUV 57.46 221.42 93.43 -
System Red Green Blue C M Y K H S L
Decimal 9 50 223 0.96 0.78 0 0.13 228.5 0.92 0.45
Hex 9 32 DF 60 4E 0 D E5 5C 2D
Octal 11 62 337 140 116 0 15 345 134 55
Binary 1001 110010 11011111 1100000 1001110 0 1101 11100101 1011100 101101

Color Harmonies of #0932DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0932DF

Black with #0932DF

Text Example


Text Example

White with #0932DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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