Html Css Color HEX #0940EB Persian Blue

📋 copy color: '#0940EB'

red 9 ◦ green 64 ◦ blue 235

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

Shades of Persian Blue #0940EB

Tints of Persian Blue #0940EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

 BLUE value IS 235 (92.19% from 255) = 76.3%

R = 2.92%
G = 20.78%
B = 76.3%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0940EB (or 0x0940EB) is known color: Persian Blue. HEX triplet: 09, 40 and EB. RGB value is (9,64,235). Sum of RGB (Red+Green+Blue) = 9+64+235=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #0940EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0940EB is #F6BF14. Grayscale: #424242. Windows color (decimal): -16170773 or 15417353. OLE color: 15417353.

HSL color Cylindrical-coordinate representation of color #0940EB: hue angle of 225.4º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0940EB is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 64 235 -
CMYK 0.96 0.73 0 0.08
HSL 225.4º 0.93% 0.48% -
HSV(B) 225.4º 0.96% 0.92% -
XYZ 16.94 9.72 79.58 -
YUV 67.05 222.78 86.6 -
System Red Green Blue C M Y K H S L
Decimal 9 64 235 0.96 0.73 0 0.08 225.4 0.93 0.48
Hex 9 40 EB 60 49 0 8 E1 5D 30
Octal 11 100 353 140 111 0 10 341 135 60
Binary 1001 1000000 11101011 1100000 1001001 0 1000 11100001 1011101 110000

Color Harmonies of #0940EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0940EB

Black with #0940EB

Text Example


Text Example

White with #0940EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0940EB; }

 p { color: rgb(9,64,235); }

 H1.HeaderClassName
 {
   color: #0940EB;
 }
 .AnyTagClassName
 {
   color: #0940EB;
 }
</style>

background-color css

<style>
 a { background-color: #0940EB; }

 a { background-color: rgb(9,64,235); }

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

border-color css

<style>
 span { border-color: #0940EB; }

 span { border-color: rgb(9,64,235); }

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