Html Css Color HEX #092FBC Persian Blue

📋 copy color: '#092FBC'

red 9 ◦ green 47 ◦ blue 188

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

Shades of Persian Blue #092FBC

Tints of Persian Blue #092FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 77.05%

R = 3.69%
G = 19.26%
B = 77.05%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#092FBC (or 0x092FBC) is known color: Persian Blue. HEX triplet: 09, 2F and BC. RGB value is (9,47,188). Sum of RGB (Red+Green+Blue) = 9+47+188=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #092FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FBC is #F6D043. Grayscale: #333333. Windows color (decimal): -16175172 or 12332809. OLE color: 12332809.

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

Color convert

RGB 9 47 188 -
CMYK 0.95 0.75 0 0.26
HSL 227.26º 0.91% 0.39% -
HSV(B) 227.26º 0.95% 0.74% -
XYZ 10.21 5.72 48.14 -
YUV 51.71 204.91 97.54 -
System Red Green Blue C M Y K H S L
Decimal 9 47 188 0.95 0.75 0 0.26 227.26 0.91 0.39
Hex 9 2F BC 5F 4B 0 1A E3 5B 27
Octal 11 57 274 137 113 0 32 343 133 47
Binary 1001 101111 10111100 1011111 1001011 0 11010 11100011 1011011 100111

Color Harmonies of #092FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FBC

Black with #092FBC

Text Example


Text Example

White with #092FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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