Html Css Color HEX #092FEB Persian Blue

📋 copy color: '#092FEB'

red 9 ◦ green 47 ◦ blue 235

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

Shades of Persian Blue #092FEB

Tints of Persian Blue #092FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.15%

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

R = 3.09%
G = 16.15%
B = 80.76%

CMYK

 C value IS 0.96

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#092FEB (or 0x092FEB) is known color: Persian Blue. HEX triplet: 09, 2F and EB. RGB value is (9,47,235). Sum of RGB (Red+Green+Blue) = 9+47+235=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 235 (92.19% from 255 or 80.76% from 291); Max value from RGB is 235 - color contains mainly: blue. Hex color #092FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092FEB is #F6D014. Grayscale: #383838. Windows color (decimal): -16175125 or 15413001. OLE color: 15413001.

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

Color convert

RGB 9 47 235 -
CMYK 0.96 0.8 0 0.08
HSL 229.91º 0.93% 0.48% -
HSV(B) 229.91º 0.96% 0.92% -
XYZ 16.12 8.09 79.31 -
YUV 57.07 228.41 93.71 -
System Red Green Blue C M Y K H S L
Decimal 9 47 235 0.96 0.8 0 0.08 229.91 0.93 0.48
Hex 9 2F EB 60 50 0 8 E6 5D 30
Octal 11 57 353 140 120 0 10 346 135 60
Binary 1001 101111 11101011 1100000 1010000 0 1000 11100110 1011101 110000

Color Harmonies of #092FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FEB

Black with #092FEB

Text Example


Text Example

White with #092FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092FEB; }

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

 H1.HeaderClassName
 {
   color: #092FEB;
 }
 .AnyTagClassName
 {
   color: #092FEB;
 }
</style>

background-color css

<style>
 a { background-color: #092FEB; }

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

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

border-color css

<style>
 span { border-color: #092FEB; }

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

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