Html Css Color HEX #092BBF Persian Blue

📋 copy color: '#092BBF'

red 9 ◦ green 43 ◦ blue 191

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

Shades of Persian Blue #092BBF

Tints of Persian Blue #092BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 78.6%

R = 3.7%
G = 17.7%
B = 78.6%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#092BBF (or 0x092BBF) is known color: Persian Blue. HEX triplet: 09, 2B and BF. RGB value is (9,43,191). Sum of RGB (Red+Green+Blue) = 9+43+191=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 191 (75% from 255 or 78.60% from 243); Max value from RGB is 191 - color contains mainly: blue. Hex color #092BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BBF is #F6D440. Grayscale: #313131. Windows color (decimal): -16176193 or 12528393. OLE color: 12528393.

HSL color Cylindrical-coordinate representation of color #092BBF: hue angle of 228.79º 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 #092BBF is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 43 191 -
CMYK 0.95 0.77 0 0.25
HSL 228.79º 0.91% 0.39% -
HSV(B) 228.79º 0.95% 0.75% -
XYZ 10.38 5.55 49.81 -
YUV 49.71 207.74 98.97 -
System Red Green Blue C M Y K H S L
Decimal 9 43 191 0.95 0.77 0 0.25 228.79 0.91 0.39
Hex 9 2B BF 5F 4D 0 19 E5 5B 27
Octal 11 53 277 137 115 0 31 345 133 47
Binary 1001 101011 10111111 1011111 1001101 0 11001 11100101 1011011 100111

Color Harmonies of #092BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BBF

Black with #092BBF

Text Example


Text Example

White with #092BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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