Html Css Color HEX #092BE8 Persian Blue

📋 copy color: '#092BE8'

red 9 ◦ green 43 ◦ blue 232

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

Shades of Persian Blue #092BE8

Tints of Persian Blue #092BE8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.14%

 BLUE value IS 232 (91.02% from 255) = 81.69%

R = 3.17%
G = 15.14%
B = 81.69%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#092BE8 (or 0x092BE8) is known color: Persian Blue. HEX triplet: 09, 2B and E8. RGB value is (9,43,232). Sum of RGB (Red+Green+Blue) = 9+43+232=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 232 (91.02% from 255 or 81.69% from 284); Max value from RGB is 232 - color contains mainly: blue. Hex color #092BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092BE8 is #F6D417. Grayscale: #353535. Windows color (decimal): -16176152 or 15215369. OLE color: 15215369.

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

Color convert

RGB 9 43 232 -
CMYK 0.96 0.81 0 0.09
HSL 230.85º 0.93% 0.47% -
HSV(B) 230.85º 0.96% 0.91% -
XYZ 15.54 7.61 76.99 -
YUV 54.38 228.24 95.63 -
System Red Green Blue C M Y K H S L
Decimal 9 43 232 0.96 0.81 0 0.09 230.85 0.93 0.47
Hex 9 2B E8 60 51 0 9 E7 5D 2F
Octal 11 53 350 140 121 0 11 347 135 57
Binary 1001 101011 11101000 1100000 1010001 0 1001 11100111 1011101 101111

Color Harmonies of #092BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BE8

Black with #092BE8

Text Example


Text Example

White with #092BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,43,232); }

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

background-color css

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

 a { background-color: rgb(9,43,232); }

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

border-color css

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

 span { border-color: rgb(9,43,232); }

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