#0A36CC

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

Shades of Persian Blue #0A36CC

Tints of Persian Blue #0A36CC

Color information

#0A36CC (or 0x0A36CC) is unknown color: approx Persian Blue. HEX triplet: 0A, 36 and CC. RGB value is (10,54,204). Sum of RGB (Red+Green+Blue) = 10+54+204=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A36CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A36CC is #F5C933. Grayscale: #393939. Windows color (decimal): -16107828 or 13383178. OLE color: 13383178.

HSL color Cylindrical-coordinate representation of color #0A36CC: hue angle of 226.39º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A36CC is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1054204-
CMYK0.950.7400.2
HSL226.39º90.65%41.96%-
HSV(B)226.39º95.1%80%-
XYZ12.347.0657.84-
YUV57.94210.4293.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.73%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 204 (80.08% from 255) = 76.12%
R=3.73%
G=20.15%
B=76.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10542040.950.7400.2226.3990.6541.96
HexA36CC5F4A014e25b2a
Octal126631413711202434213352
Binary10101101101100110010111111001010010100111000101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A36CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A36CC; }

 p { color: rgb(10,54,204); }

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

<style>
 a { background-color: #0A36CC; }

 a { background-color: rgb(10,54,204); }

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

<style>
 span { border-color: #0A36CC; }

 span { border-color: rgb(10,54,204); }

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