Html Css Color HEX #0933BB Persian Blue

📋 copy color: '#0933BB'

red 9 ◦ green 51 ◦ blue 187

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

Shades of Persian Blue #0933BB

Tints of Persian Blue #0933BB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 187 (73.44% from 255) = 75.71%

R = 3.64%
G = 20.65%
B = 75.71%

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

#0933BB (or 0x0933BB) is known color: Persian Blue. HEX triplet: 09, 33 and BB. RGB value is (9,51,187). Sum of RGB (Red+Green+Blue) = 9+51+187=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #0933BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0933BB is #F6CC44. Grayscale: #353535. Windows color (decimal): -16174149 or 12268297. OLE color: 12268297.

HSL color Cylindrical-coordinate representation of color #0933BB: hue angle of 225.84º 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 #0933BB is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 51 187 -
CMYK 0.95 0.73 0 0.27
HSL 225.84º 0.91% 0.38% -
HSV(B) 225.84º 0.95% 0.73% -
XYZ 10.27 6.01 47.63 -
YUV 53.95 203.09 95.94 -
System Red Green Blue C M Y K H S L
Decimal 9 51 187 0.95 0.73 0 0.27 225.84 0.91 0.38
Hex 9 33 BB 5F 49 0 1B E2 5B 26
Octal 11 63 273 137 111 0 33 342 133 46
Binary 1001 110011 10111011 1011111 1001001 0 11011 11100010 1011011 100110

Color Harmonies of #0933BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0933BB

Black with #0933BB

Text Example


Text Example

White with #0933BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0933BB; }

 p { color: rgb(9,51,187); }

 H1.HeaderClassName
 {
   color: #0933BB;
 }
 .AnyTagClassName
 {
   color: #0933BB;
 }
</style>

background-color css

<style>
 a { background-color: #0933BB; }

 a { background-color: rgb(9,51,187); }

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

border-color css

<style>
 span { border-color: #0933BB; }

 span { border-color: rgb(9,51,187); }

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