Html Css Color HEX #092DBD Persian Blue

📋 copy color: '#092DBD'

red 9 ◦ green 45 ◦ blue 189

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

Shades of Persian Blue #092DBD

Tints of Persian Blue #092DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 77.78%

R = 3.7%
G = 18.52%
B = 77.78%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#092DBD (or 0x092DBD) is known color: Persian Blue. HEX triplet: 09, 2D and BD. RGB value is (9,45,189). Sum of RGB (Red+Green+Blue) = 9+45+189=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #092DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DBD is #F6D242. Grayscale: #323232. Windows color (decimal): -16175683 or 12397833. OLE color: 12397833.

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

Color convert

RGB 9 45 189 -
CMYK 0.95 0.76 0 0.26
HSL 228º 0.91% 0.39% -
HSV(B) 228º 0.95% 0.74% -
XYZ 10.24 5.61 48.69 -
YUV 50.65 206.07 98.29 -
System Red Green Blue C M Y K H S L
Decimal 9 45 189 0.95 0.76 0 0.26 228 0.91 0.39
Hex 9 2D BD 5F 4C 0 1A E4 5B 27
Octal 11 55 275 137 114 0 32 344 133 47
Binary 1001 101101 10111101 1011111 1001100 0 11010 11100100 1011011 100111

Color Harmonies of #092DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DBD

Black with #092DBD

Text Example


Text Example

White with #092DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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