Html Css Color HEX #0936DC Persian Blue

📋 copy color: '#0936DC'

red 9 ◦ green 54 ◦ blue 220

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

Shades of Persian Blue #0936DC

Tints of Persian Blue #0936DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 77.74%

R = 3.18%
G = 19.08%
B = 77.74%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0936DC (or 0x0936DC) is known color: Persian Blue. HEX triplet: 09, 36 and DC. RGB value is (9,54,220). Sum of RGB (Red+Green+Blue) = 9+54+220=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #0936DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0936DC is #F6C923. Grayscale: #3A3A3A. Windows color (decimal): -16173348 or 14431753. OLE color: 14431753.

HSL color Cylindrical-coordinate representation of color #0936DC: hue angle of 227.2º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0936DC is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 54 220 -
CMYK 0.96 0.75 0 0.14
HSL 227.2º 0.92% 0.45% -
HSV(B) 227.2º 0.96% 0.86% -
XYZ 14.35 7.86 68.47 -
YUV 59.47 218.59 92 -
System Red Green Blue C M Y K H S L
Decimal 9 54 220 0.96 0.75 0 0.14 227.2 0.92 0.45
Hex 9 36 DC 60 4B 0 E E3 5C 2D
Octal 11 66 334 140 113 0 16 343 134 55
Binary 1001 110110 11011100 1100000 1001011 0 1110 11100011 1011100 101101

Color Harmonies of #0936DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0936DC

Black with #0936DC

Text Example


Text Example

White with #0936DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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