Html Css Color HEX #0932CC Persian Blue

📋 copy color: '#0932CC'

red 9 ◦ green 50 ◦ blue 204

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

Shades of Persian Blue #0932CC

Tints of Persian Blue #0932CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 77.57%

R = 3.42%
G = 19.01%
B = 77.57%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0932CC (or 0x0932CC) is known color: Persian Blue. HEX triplet: 09, 32 and CC. RGB value is (9,50,204). Sum of RGB (Red+Green+Blue) = 9+50+204=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 204 (80.08% from 255 or 77.57% from 263); Max value from RGB is 204 - color contains mainly: blue. Hex color #0932CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0932CC is #F6CD33. Grayscale: #363636. Windows color (decimal): -16174388 or 13382153. OLE color: 13382153.

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

Color convert

RGB 9 50 204 -
CMYK 0.96 0.75 0 0.2
HSL 227.38º 0.92% 0.42% -
HSV(B) 227.38º 0.96% 0.8% -
XYZ 12.15 6.7 57.78 -
YUV 55.3 211.92 94.98 -
System Red Green Blue C M Y K H S L
Decimal 9 50 204 0.96 0.75 0 0.2 227.38 0.92 0.42
Hex 9 32 CC 60 4B 0 14 E3 5C 2A
Octal 11 62 314 140 113 0 24 343 134 52
Binary 1001 110010 11001100 1100000 1001011 0 10100 11100011 1011100 101010

Color Harmonies of #0932CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0932CC

Black with #0932CC

Text Example


Text Example

White with #0932CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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