Html Css Color HEX #0936DE Persian Blue

📋 copy color: '#0936DE'

red 9 ◦ green 54 ◦ blue 222

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

Shades of Persian Blue #0936DE

Tints of Persian Blue #0936DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 77.89%

R = 3.16%
G = 18.95%
B = 77.89%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0936DE (or 0x0936DE) is known color: Persian Blue. HEX triplet: 09, 36 and DE. RGB value is (9,54,222). Sum of RGB (Red+Green+Blue) = 9+54+222=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #0936DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0936DE is #F6C921. Grayscale: #3A3A3A. Windows color (decimal): -16173346 or 14562825. OLE color: 14562825.

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

Color convert

RGB 9 54 222 -
CMYK 0.96 0.76 0 0.13
HSL 227.32º 0.92% 0.45% -
HSV(B) 227.32º 0.96% 0.87% -
XYZ 14.62 7.97 69.88 -
YUV 59.7 219.59 91.84 -
System Red Green Blue C M Y K H S L
Decimal 9 54 222 0.96 0.76 0 0.13 227.32 0.92 0.45
Hex 9 36 DE 60 4C 0 D E3 5C 2D
Octal 11 66 336 140 114 0 15 343 134 55
Binary 1001 110110 11011110 1100000 1001100 0 1101 11100011 1011100 101101

Color Harmonies of #0936DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0936DE

Black with #0936DE

Text Example


Text Example

White with #0936DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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