#092BCC

Color #092BCC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #092BCC

Tints of Persian Blue #092BCC

Color information

#092BCC (or 0x092BCC) is unknown color: approx Persian Blue. HEX triplet: 09, 2B and CC. RGB value is (9,43,204). Sum of RGB (Red+Green+Blue) = 9+43+204=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #092BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BCC is #F6D433. Grayscale: #323232. Windows color (decimal): -16176180 or 13380361. OLE color: 13380361.

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

Color convert

RGB943204-
CMYK0.960.7900.2
HSL229.54º91.55%41.76%-
HSV(B)229.54º95.59%80%-
XYZ11.886.1557.69-
YUV51.19214.2497.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.52%
GREEN value IS 43 (17.19% from 255) = 16.80%
BLUE value IS 204 (80.08% from 255) = 79.69%
R=3.52%
G=16.80%
B=79.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal9432040.960.7900.2229.5491.5541.76
Hex92BCC604F014e65c2a
Octal115331414011702434613452
Binary10011010111100110011000001001111010100111001101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #092BCC;
 }
 .AnyTagClassName
 {
   color: #092BCC;
 }
</style>
background-color css

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

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

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

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

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

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