Html Css Color HEX #092DCB Persian Blue

📋 copy color: '#092DCB'

red 9 ◦ green 45 ◦ blue 203

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

Shades of Persian Blue #092DCB

Tints of Persian Blue #092DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 78.99%

R = 3.5%
G = 17.51%
B = 78.99%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#092DCB (or 0x092DCB) is known color: Persian Blue. HEX triplet: 09, 2D and CB. RGB value is (9,45,203). Sum of RGB (Red+Green+Blue) = 9+45+203=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #092DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DCB is #F6D234. Grayscale: #333333. Windows color (decimal): -16175669 or 13315337. OLE color: 13315337.

HSL color Cylindrical-coordinate representation of color #092DCB: hue angle of 228.87º 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 #092DCB is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 45 203 -
CMYK 0.96 0.78 0 0.20
HSL 228.87º 0.92% 0.42% -
HSV(B) 228.87º 0.96% 0.8% -
XYZ 11.83 6.25 57.08 -
YUV 52.25 213.07 97.15 -
System Red Green Blue C M Y K H S L
Decimal 9 45 203 0.96 0.78 0 0.20 228.87 0.92 0.42
Hex 9 2D CB 60 4E 0 14 E5 5C 2A
Octal 11 55 313 140 116 0 24 345 134 52
Binary 1001 101101 11001011 1100000 1001110 0 10100 11100101 1011100 101010

Color Harmonies of #092DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DCB

Black with #092DCB

Text Example


Text Example

White with #092DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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