#0A3FCC

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

Shades of Persian Blue #0A3FCC

Tints of Persian Blue #0A3FCC

Color information

#0A3FCC (or 0x0A3FCC) is unknown color: approx Persian Blue. HEX triplet: 0A, 3F and CC. RGB value is (10,63,204). Sum of RGB (Red+Green+Blue) = 10+63+204=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A3FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3FCC is #F5C033. Grayscale: #3E3E3E. Windows color (decimal): -16105524 or 13385482. OLE color: 13385482.

HSL color Cylindrical-coordinate representation of color #0A3FCC: hue angle of 223.61º 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 #0A3FCC is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1063204-
CMYK0.950.6900.2
HSL223.61º90.65%41.96%-
HSV(B)223.61º95.1%80%-
XYZ12.87.9857.99-
YUV63.23207.4490.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.61%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 204 (80.08% from 255) = 73.65%
R=3.61%
G=22.74%
B=73.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10632040.950.6900.2223.6190.6541.96
HexA3FCC5F45014e05b2a
Octal127731413710502434013352
Binary10101111111100110010111111000101010100111000001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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