Html Css Color HEX #0942E9 Persian Blue

📋 copy color: '#0942E9'

red 9 ◦ green 66 ◦ blue 233

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

Shades of Persian Blue #0942E9

Tints of Persian Blue #0942E9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

 BLUE value IS 233 (91.41% from 255) = 75.65%

R = 2.92%
G = 21.43%
B = 75.65%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0942E9 (or 0x0942E9) is known color: Persian Blue. HEX triplet: 09, 42 and E9. RGB value is (9,66,233). Sum of RGB (Red+Green+Blue) = 9+66+233=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 233 (91.41% from 255 or 75.65% from 308); Max value from RGB is 233 - color contains mainly: blue. Hex color #0942E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0942E9 is #F6BD16. Grayscale: #434343. Windows color (decimal): -16170263 or 15286793. OLE color: 15286793.

HSL color Cylindrical-coordinate representation of color #0942E9: hue angle of 224.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0942E9 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 66 233 -
CMYK 0.96 0.72 0 0.09
HSL 224.73º 0.93% 0.47% -
HSV(B) 224.73º 0.96% 0.91% -
XYZ 16.77 9.84 78.11 -
YUV 68 221.12 85.92 -
System Red Green Blue C M Y K H S L
Decimal 9 66 233 0.96 0.72 0 0.09 224.73 0.93 0.47
Hex 9 42 E9 60 48 0 9 E1 5D 2F
Octal 11 102 351 140 110 0 11 341 135 57
Binary 1001 1000010 11101001 1100000 1001000 0 1001 11100001 1011101 101111

Color Harmonies of #0942E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0942E9

Black with #0942E9

Text Example


Text Example

White with #0942E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0942E9; }

 p { color: rgb(9,66,233); }

 H1.HeaderClassName
 {
   color: #0942E9;
 }
 .AnyTagClassName
 {
   color: #0942E9;
 }
</style>

background-color css

<style>
 a { background-color: #0942E9; }

 a { background-color: rgb(9,66,233); }

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

border-color css

<style>
 span { border-color: #0942E9; }

 span { border-color: rgb(9,66,233); }

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