Html Css Color HEX #092DBF Persian Blue

📋 copy color: '#092DBF'

red 9 ◦ green 45 ◦ blue 191

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

Shades of Persian Blue #092DBF

Tints of Persian Blue #092DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.37%

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

R = 3.67%
G = 18.37%
B = 77.96%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#092DBF (or 0x092DBF) is known color: Persian Blue. HEX triplet: 09, 2D and BF. RGB value is (9,45,191). Sum of RGB (Red+Green+Blue) = 9+45+191=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 191 (75% from 255 or 77.96% from 245); Max value from RGB is 191 - color contains mainly: blue. Hex color #092DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DBF is #F6D240. Grayscale: #323232. Windows color (decimal): -16175681 or 12528905. OLE color: 12528905.

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

Color convert

RGB 9 45 191 -
CMYK 0.95 0.76 0 0.25
HSL 228.13º 0.91% 0.39% -
HSV(B) 228.13º 0.95% 0.75% -
XYZ 10.46 5.7 49.84 -
YUV 50.88 207.07 98.13 -
System Red Green Blue C M Y K H S L
Decimal 9 45 191 0.95 0.76 0 0.25 228.13 0.91 0.39
Hex 9 2D BF 5F 4C 0 19 E4 5B 27
Octal 11 55 277 137 114 0 31 344 133 47
Binary 1001 101101 10111111 1011111 1001100 0 11001 11100100 1011011 100111

Color Harmonies of #092DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DBF

Black with #092DBF

Text Example


Text Example

White with #092DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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