#0945C8

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

Shades of Persian Blue #0945C8

Tints of Persian Blue #0945C8

Color information

#0945C8 (or 0x0945C8) is unknown color: approx Persian Blue. HEX triplet: 09, 45 and C8. RGB value is (9,69,200). Sum of RGB (Red+Green+Blue) = 9+69+200=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 200 (78.52% from 255 or 71.94% from 278); Max value from RGB is 200 - color contains mainly: blue. Hex color #0945C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0945C8 is #F6BA37. Grayscale: #414141. Windows color (decimal): -16169528 or 13124873. OLE color: 13124873.

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

Color convert

RGB969200-
CMYK0.960.6600.22
HSL221.15º91.39%40.98%-
HSV(B)221.15º95.5%78.43%-
XYZ12.678.4855.61-
YUV65.99203.6287.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.24%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 200 (78.52% from 255) = 71.94%
R=3.24%
G=24.82%
B=71.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal9692000.960.6600.22221.1591.3940.98
Hex945C86042016dd5b29
Octal1110531014010202633513351
Binary100110001011100100011000001000010010110110111011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0945C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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