Html Css Color HEX #092CC6 Persian Blue

📋 copy color: '#092CC6'

red 9 ◦ green 44 ◦ blue 198

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

Shades of Persian Blue #092CC6

Tints of Persian Blue #092CC6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.53%

 BLUE value IS 198 (77.73% from 255) = 78.88%

R = 3.59%
G = 17.53%
B = 78.88%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#092CC6 (or 0x092CC6) is known color: Persian Blue. HEX triplet: 09, 2C and C6. RGB value is (9,44,198). Sum of RGB (Red+Green+Blue) = 9+44+198=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 198 (77.73% from 255 or 78.88% from 251); Max value from RGB is 198 - color contains mainly: blue. Hex color #092CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CC6 is #F6D339. Grayscale: #323232. Windows color (decimal): -16175930 or 12987401. OLE color: 12987401.

HSL color Cylindrical-coordinate representation of color #092CC6: hue angle of 228.89º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092CC6 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 44 198 -
CMYK 0.95 0.78 0 0.22
HSL 228.89º 0.91% 0.41% -
HSV(B) 228.89º 0.95% 0.78% -
XYZ 11.21 5.94 53.98 -
YUV 51.09 210.9 97.98 -
System Red Green Blue C M Y K H S L
Decimal 9 44 198 0.95 0.78 0 0.22 228.89 0.91 0.41
Hex 9 2C C6 5F 4E 0 16 E5 5B 29
Octal 11 54 306 137 116 0 26 345 133 51
Binary 1001 101100 11000110 1011111 1001110 0 10110 11100101 1011011 101001

Color Harmonies of #092CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CC6

Black with #092CC6

Text Example


Text Example

White with #092CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,44,198); }

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

background-color css

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

 a { background-color: rgb(9,44,198); }

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

border-color css

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

 span { border-color: rgb(9,44,198); }

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