Html Css Color HEX #0932CF Persian Blue

📋 copy color: '#0932CF'

red 9 ◦ green 50 ◦ blue 207

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

Shades of Persian Blue #0932CF

Tints of Persian Blue #0932CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 77.82%

R = 3.38%
G = 18.8%
B = 77.82%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0932CF (or 0x0932CF) is known color: Persian Blue. HEX triplet: 09, 32 and CF. RGB value is (9,50,207). Sum of RGB (Red+Green+Blue) = 9+50+207=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 207 (81.25% from 255 or 77.82% from 266); Max value from RGB is 207 - color contains mainly: blue. Hex color #0932CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0932CF is #F6CD30. Grayscale: #363636. Windows color (decimal): -16174385 or 13578761. OLE color: 13578761.

HSL color Cylindrical-coordinate representation of color #0932CF: hue angle of 227.58º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0932CF is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 50 207 -
CMYK 0.96 0.76 0 0.19
HSL 227.58º 0.92% 0.42% -
HSV(B) 227.58º 0.96% 0.81% -
XYZ 12.52 6.84 59.69 -
YUV 55.64 213.42 94.73 -
System Red Green Blue C M Y K H S L
Decimal 9 50 207 0.96 0.76 0 0.19 227.58 0.92 0.42
Hex 9 32 CF 60 4C 0 13 E4 5C 2A
Octal 11 62 317 140 114 0 23 344 134 52
Binary 1001 110010 11001111 1100000 1001100 0 10011 11100100 1011100 101010

Color Harmonies of #0932CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0932CF

Black with #0932CF

Text Example


Text Example

White with #0932CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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