Html Css Color HEX #092BCD Persian Blue

📋 copy color: '#092BCD'

red 9 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #092BCD

Tints of Persian Blue #092BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 79.77%

R = 3.5%
G = 16.73%
B = 79.77%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#092BCD (or 0x092BCD) is known color: Persian Blue. HEX triplet: 09, 2B and CD. RGB value is (9,43,205). Sum of RGB (Red+Green+Blue) = 9+43+205=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #092BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BCD is #F6D432. Grayscale: #323232. Windows color (decimal): -16176179 or 13445897. OLE color: 13445897.

HSL color Cylindrical-coordinate representation of color #092BCD: hue angle of 229.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092BCD is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 43 205 -
CMYK 0.96 0.79 0 0.20
HSL 229.59º 0.92% 0.42% -
HSV(B) 229.59º 0.96% 0.8% -
XYZ 12 6.19 58.32 -
YUV 51.3 214.74 97.83 -
System Red Green Blue C M Y K H S L
Decimal 9 43 205 0.96 0.79 0 0.20 229.59 0.92 0.42
Hex 9 2B CD 60 4F 0 14 E6 5C 2A
Octal 11 53 315 140 117 0 24 346 134 52
Binary 1001 101011 11001101 1100000 1001111 0 10100 11100110 1011100 101010

Color Harmonies of #092BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BCD

Black with #092BCD

Text Example


Text Example

White with #092BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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