Html Css Color HEX #092BDD Persian Blue

📋 copy color: '#092BDD'

red 9 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #092BDD

Tints of Persian Blue #092BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 80.95%

R = 3.3%
G = 15.75%
B = 80.95%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#092BDD (or 0x092BDD) is known color: Persian Blue. HEX triplet: 09, 2B and DD. RGB value is (9,43,221). Sum of RGB (Red+Green+Blue) = 9+43+221=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #092BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BDD is #F6D422. Grayscale: #343434. Windows color (decimal): -16176163 or 14494473. OLE color: 14494473.

HSL color Cylindrical-coordinate representation of color #092BDD: hue angle of 230.38º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092BDD is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 43 221 -
CMYK 0.96 0.81 0 0.13
HSL 230.38º 0.92% 0.45% -
HSV(B) 230.38º 0.96% 0.87% -
XYZ 14.03 7.01 69.02 -
YUV 53.13 222.74 96.53 -
System Red Green Blue C M Y K H S L
Decimal 9 43 221 0.96 0.81 0 0.13 230.38 0.92 0.45
Hex 9 2B DD 60 51 0 D E6 5C 2D
Octal 11 53 335 140 121 0 15 346 134 55
Binary 1001 101011 11011101 1100000 1010001 0 1101 11100110 1011100 101101

Color Harmonies of #092BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BDD

Black with #092BDD

Text Example


Text Example

White with #092BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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