#0946C8

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

Shades of Persian Blue #0946C8

Tints of Persian Blue #0946C8

Color information

#0946C8 (or 0x0946C8) is unknown color: approx Persian Blue. HEX triplet: 09, 46 and C8. RGB value is (9,70,200). Sum of RGB (Red+Green+Blue) = 9+70+200=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 200 (78.52% from 255 or 71.68% from 279); Max value from RGB is 200 - color contains mainly: blue. Hex color #0946C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0946C8 is #F6B937. Grayscale: #424242. Windows color (decimal): -16169272 or 13125129. OLE color: 13125129.

HSL color Cylindrical-coordinate representation of color #0946C8: hue angle of 220.84º 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 #0946C8 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB970200-
CMYK0.960.6500.22
HSL220.84º91.39%40.98%-
HSV(B)220.84º95.5%78.43%-
XYZ12.738.6155.63-
YUV66.58203.2986.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.23%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 200 (78.52% from 255) = 71.68%
R=3.23%
G=25.09%
B=71.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal9702000.960.6500.22220.8491.3940.98
Hex946C86041016dd5b29
Octal1110631014010102633513351
Binary100110001101100100011000001000001010110110111011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0946C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0946C8; }

 p { color: rgb(9,70,200); }

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

<style>
 a { background-color: #0946C8; }

 a { background-color: rgb(9,70,200); }

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

<style>
 span { border-color: #0946C8; }

 span { border-color: rgb(9,70,200); }

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