Html Css Color HEX #092BBD Persian Blue

📋 copy color: '#092BBD'

red 9 ◦ green 43 ◦ blue 189

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

Shades of Persian Blue #092BBD

Tints of Persian Blue #092BBD

RGB

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

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

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

R = 3.73%
G = 17.84%
B = 78.42%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#092BBD (or 0x092BBD) is known color: Persian Blue. HEX triplet: 09, 2B and BD. RGB value is (9,43,189). Sum of RGB (Red+Green+Blue) = 9+43+189=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #092BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BBD is #F6D442. Grayscale: #303030. Windows color (decimal): -16176195 or 12397321. OLE color: 12397321.

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

Color convert

RGB 9 43 189 -
CMYK 0.95 0.77 0 0.26
HSL 228.67º 0.91% 0.39% -
HSV(B) 228.67º 0.95% 0.74% -
XYZ 10.16 5.46 48.66 -
YUV 49.48 206.74 99.13 -
System Red Green Blue C M Y K H S L
Decimal 9 43 189 0.95 0.77 0 0.26 228.67 0.91 0.39
Hex 9 2B BD 5F 4D 0 1A E5 5B 27
Octal 11 53 275 137 115 0 32 345 133 47
Binary 1001 101011 10111101 1011111 1001101 0 11010 11100101 1011011 100111

Color Harmonies of #092BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BBD

Black with #092BBD

Text Example


Text Example

White with #092BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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