Html Css Color HEX #092FBE Persian Blue

📋 copy color: '#092FBE'

red 9 ◦ green 47 ◦ blue 190

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

Shades of Persian Blue #092FBE

Tints of Persian Blue #092FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.24%

R = 3.66%
G = 19.11%
B = 77.24%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#092FBE (or 0x092FBE) is known color: Persian Blue. HEX triplet: 09, 2F and BE. RGB value is (9,47,190). Sum of RGB (Red+Green+Blue) = 9+47+190=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #092FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FBE is #F6D041. Grayscale: #333333. Windows color (decimal): -16175170 or 12463881. OLE color: 12463881.

HSL color Cylindrical-coordinate representation of color #092FBE: hue angle of 227.4º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092FBE is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 47 190 -
CMYK 0.95 0.75 0 0.25
HSL 227.4º 0.91% 0.39% -
HSV(B) 227.4º 0.95% 0.75% -
XYZ 10.42 5.81 49.29 -
YUV 51.94 205.91 97.37 -
System Red Green Blue C M Y K H S L
Decimal 9 47 190 0.95 0.75 0 0.25 227.4 0.91 0.39
Hex 9 2F BE 5F 4B 0 19 E3 5B 27
Octal 11 57 276 137 113 0 31 343 133 47
Binary 1001 101111 10111110 1011111 1001011 0 11001 11100011 1011011 100111

Color Harmonies of #092FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FBE

Black with #092FBE

Text Example


Text Example

White with #092FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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