Html Css Color HEX #092FBA Persian Blue

📋 copy color: '#092FBA'

red 9 ◦ green 47 ◦ blue 186

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

Shades of Persian Blue #092FBA

Tints of Persian Blue #092FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 76.86%

R = 3.72%
G = 19.42%
B = 76.86%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#092FBA (or 0x092FBA) is known color: Persian Blue. HEX triplet: 09, 2F and BA. RGB value is (9,47,186). Sum of RGB (Red+Green+Blue) = 9+47+186=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #092FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FBA is #F6D045. Grayscale: #323232. Windows color (decimal): -16175174 or 12201737. OLE color: 12201737.

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

Color convert

RGB 9 47 186 -
CMYK 0.95 0.75 0 0.27
HSL 227.12º 0.91% 0.38% -
HSV(B) 227.12º 0.95% 0.73% -
XYZ 9.99 5.64 47.02 -
YUV 51.48 203.91 97.7 -
System Red Green Blue C M Y K H S L
Decimal 9 47 186 0.95 0.75 0 0.27 227.12 0.91 0.38
Hex 9 2F BA 5F 4B 0 1B E3 5B 26
Octal 11 57 272 137 113 0 33 343 133 46
Binary 1001 101111 10111010 1011111 1001011 0 11011 11100011 1011011 100110

Color Harmonies of #092FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FBA

Black with #092FBA

Text Example


Text Example

White with #092FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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