#0934C4

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

Shades of Persian Blue #0934C4

Tints of Persian Blue #0934C4

Color information

#0934C4 (or 0x0934C4) is unknown color: approx Persian Blue. HEX triplet: 09, 34 and C4. RGB value is (9,52,196). Sum of RGB (Red+Green+Blue) = 9+52+196=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 196 (76.95% from 255 or 76.26% from 257); Max value from RGB is 196 - color contains mainly: blue. Hex color #0934C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934C4 is #F6CB3B. Grayscale: #363636. Windows color (decimal): -16173884 or 12858377. OLE color: 12858377.

HSL color Cylindrical-coordinate representation of color #0934C4: hue angle of 226.2º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0934C4 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB952196-
CMYK0.950.7300.23
HSL226.2º91.22%40.2%-
HSV(B)226.2º95.41%76.86%-
XYZ11.36.552.88-
YUV55.56207.2594.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 196 (76.95% from 255) = 76.26%
R=3.50%
G=20.23%
B=76.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9521960.950.7300.23226.291.2240.2
Hex934C45F49017e25b28
Octal116430413711102734213350
Binary10011101001100010010111111001001010111111000101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0934C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0934C4; }

 p { color: rgb(9,52,196); }

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

<style>
 a { background-color: #0934C4; }

 a { background-color: rgb(9,52,196); }

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

<style>
 span { border-color: #0934C4; }

 span { border-color: rgb(9,52,196); }

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