Html Css Color HEX #0936BA Persian Blue

📋 copy color: '#0936BA'

red 9 ◦ green 54 ◦ blue 186

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

Shades of Persian Blue #0936BA

Tints of Persian Blue #0936BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

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

R = 3.61%
G = 21.69%
B = 74.7%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0936BA (or 0x0936BA) is known color: Persian Blue. HEX triplet: 09, 36 and BA. RGB value is (9,54,186). Sum of RGB (Red+Green+Blue) = 9+54+186=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #0936BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0936BA is #F6C945. Grayscale: #373737. Windows color (decimal): -16173382 or 12203529. OLE color: 12203529.

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

Color convert

RGB 9 54 186 -
CMYK 0.95 0.71 0 0.27
HSL 224.75º 0.91% 0.38% -
HSV(B) 224.75º 0.95% 0.73% -
XYZ 10.29 6.24 47.12 -
YUV 55.59 201.59 94.77 -
System Red Green Blue C M Y K H S L
Decimal 9 54 186 0.95 0.71 0 0.27 224.75 0.91 0.38
Hex 9 36 BA 5F 47 0 1B E1 5B 26
Octal 11 66 272 137 107 0 33 341 133 46
Binary 1001 110110 10111010 1011111 1000111 0 11011 11100001 1011011 100110

Color Harmonies of #0936BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0936BA

Black with #0936BA

Text Example


Text Example

White with #0936BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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