Html Css Color HEX #0941EB Persian Blue

📋 copy color: '#0941EB'

red 9 ◦ green 65 ◦ blue 235

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

Shades of Persian Blue #0941EB

Tints of Persian Blue #0941EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

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

R = 2.91%
G = 21.04%
B = 76.05%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0941EB (or 0x0941EB) is known color: Persian Blue. HEX triplet: 09, 41 and EB. RGB value is (9,65,235). Sum of RGB (Red+Green+Blue) = 9+65+235=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #0941EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0941EB is #F6BE14. Grayscale: #424242. Windows color (decimal): -16170517 or 15417609. OLE color: 15417609.

HSL color Cylindrical-coordinate representation of color #0941EB: hue angle of 225.13º 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 #0941EB is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 65 235 -
CMYK 0.96 0.72 0 0.08
HSL 225.13º 0.93% 0.48% -
HSV(B) 225.13º 0.96% 0.92% -
XYZ 17 9.84 79.6 -
YUV 67.64 222.45 86.18 -
System Red Green Blue C M Y K H S L
Decimal 9 65 235 0.96 0.72 0 0.08 225.13 0.93 0.48
Hex 9 41 EB 60 48 0 8 E1 5D 30
Octal 11 101 353 140 110 0 10 341 135 60
Binary 1001 1000001 11101011 1100000 1001000 0 1000 11100001 1011101 110000

Color Harmonies of #0941EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0941EB

Black with #0941EB

Text Example


Text Example

White with #0941EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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