Html Css Color HEX #092FE5 Persian Blue

📋 copy color: '#092FE5'

red 9 ◦ green 47 ◦ blue 229

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

Shades of Persian Blue #092FE5

Tints of Persian Blue #092FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 80.35%

R = 3.16%
G = 16.49%
B = 80.35%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#092FE5 (or 0x092FE5) is known color: Persian Blue. HEX triplet: 09, 2F and E5. RGB value is (9,47,229). Sum of RGB (Red+Green+Blue) = 9+47+229=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 229 (89.84% from 255 or 80.35% from 285); Max value from RGB is 229 - color contains mainly: blue. Hex color #092FE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FE5 is #F6D01A. Grayscale: #373737. Windows color (decimal): -16175131 or 15019785. OLE color: 15019785.

HSL color Cylindrical-coordinate representation of color #092FE5: hue angle of 229.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092FE5 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 47 229 -
CMYK 0.96 0.79 0 0.10
HSL 229.64º 0.92% 0.47% -
HSV(B) 229.64º 0.96% 0.9% -
XYZ 15.27 7.75 74.82 -
YUV 56.39 225.41 94.2 -
System Red Green Blue C M Y K H S L
Decimal 9 47 229 0.96 0.79 0 0.10 229.64 0.92 0.47
Hex 9 2F E5 60 4F 0 A E6 5C 2F
Octal 11 57 345 140 117 0 12 346 134 57
Binary 1001 101111 11100101 1100000 1001111 0 1010 11100110 1011100 101111

Color Harmonies of #092FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FE5

Black with #092FE5

Text Example


Text Example

White with #092FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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