Html Css Color HEX #0933DE Persian Blue

📋 copy color: '#0933DE'

red 9 ◦ green 51 ◦ blue 222

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

Shades of Persian Blue #0933DE

Tints of Persian Blue #0933DE

RGB

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

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

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

R = 3.19%
G = 18.09%
B = 78.72%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0933DE (or 0x0933DE) is known color: Persian Blue. HEX triplet: 09, 33 and DE. RGB value is (9,51,222). Sum of RGB (Red+Green+Blue) = 9+51+222=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 222 (87.11% from 255 or 78.72% from 282); Max value from RGB is 222 - color contains mainly: blue. Hex color #0933DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0933DE is #F6CC21. Grayscale: #393939. Windows color (decimal): -16174114 or 14562057. OLE color: 14562057.

HSL color Cylindrical-coordinate representation of color #0933DE: hue angle of 228.17º 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 #0933DE is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 51 222 -
CMYK 0.96 0.77 0 0.13
HSL 228.17º 0.92% 0.45% -
HSV(B) 228.17º 0.96% 0.87% -
XYZ 14.48 7.7 69.83 -
YUV 57.94 220.59 93.1 -
System Red Green Blue C M Y K H S L
Decimal 9 51 222 0.96 0.77 0 0.13 228.17 0.92 0.45
Hex 9 33 DE 60 4D 0 D E4 5C 2D
Octal 11 63 336 140 115 0 15 344 134 55
Binary 1001 110011 11011110 1100000 1001101 0 1101 11100100 1011100 101101

Color Harmonies of #0933DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0933DE

Black with #0933DE

Text Example


Text Example

White with #0933DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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