Html Css Color HEX #0941ED Persian Blue

📋 copy color: '#0941ED'

red 9 ◦ green 65 ◦ blue 237

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

Shades of Persian Blue #0941ED

Tints of Persian Blue #0941ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 76.21%

R = 2.89%
G = 20.9%
B = 76.21%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0941ED (or 0x0941ED) is known color: Persian Blue. HEX triplet: 09, 41 and ED. RGB value is (9,65,237). Sum of RGB (Red+Green+Blue) = 9+65+237=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 237 (92.97% from 255 or 76.21% from 311); Max value from RGB is 237 - color contains mainly: blue. Hex color #0941ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0941ED is #F6BE12. Grayscale: #434343. Windows color (decimal): -16170515 or 15548681. OLE color: 15548681.

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

Color convert

RGB 9 65 237 -
CMYK 0.96 0.73 0 0.07
HSL 225.26º 0.93% 0.48% -
HSV(B) 225.26º 0.96% 0.93% -
XYZ 17.29 9.95 81.13 -
YUV 67.86 223.45 86.01 -
System Red Green Blue C M Y K H S L
Decimal 9 65 237 0.96 0.73 0 0.07 225.26 0.93 0.48
Hex 9 41 ED 60 49 0 7 E1 5D 30
Octal 11 101 355 140 111 0 7 341 135 60
Binary 1001 1000001 11101101 1100000 1001001 0 111 11100001 1011101 110000

Color Harmonies of #0941ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0941ED

Black with #0941ED

Text Example


Text Example

White with #0941ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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