Html Css Color HEX #092BD5 Persian Blue

📋 copy color: '#092BD5'

red 9 ◦ green 43 ◦ blue 213

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

Shades of Persian Blue #092BD5

Tints of Persian Blue #092BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 80.38%

R = 3.4%
G = 16.23%
B = 80.38%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#092BD5 (or 0x092BD5) is known color: Persian Blue. HEX triplet: 09, 2B and D5. RGB value is (9,43,213). Sum of RGB (Red+Green+Blue) = 9+43+213=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 213 (83.59% from 255 or 80.38% from 265); Max value from RGB is 213 - color contains mainly: blue. Hex color #092BD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BD5 is #F6D42A. Grayscale: #333333. Windows color (decimal): -16176171 or 13970185. OLE color: 13970185.

HSL color Cylindrical-coordinate representation of color #092BD5: hue angle of 230º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092BD5 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 43 213 -
CMYK 0.96 0.80 0 0.16
HSL 230º 0.92% 0.44% -
HSV(B) 230º 0.96% 0.84% -
XYZ 12.99 6.59 63.54 -
YUV 52.21 218.74 97.18 -
System Red Green Blue C M Y K H S L
Decimal 9 43 213 0.96 0.80 0 0.16 230 0.92 0.44
Hex 9 2B D5 60 50 0 10 E6 5C 2C
Octal 11 53 325 140 120 0 20 346 134 54
Binary 1001 101011 11010101 1100000 1010000 0 10000 11100110 1011100 101100

Color Harmonies of #092BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BD5

Black with #092BD5

Text Example


Text Example

White with #092BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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