#0A35BF

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

Shades of Persian Blue #0A35BF

Tints of Persian Blue #0A35BF

Color information

#0A35BF (or 0x0A35BF) is unknown color: approx Persian Blue. HEX triplet: 0A, 35 and BF. RGB value is (10,53,191). Sum of RGB (Red+Green+Blue) = 10+53+191=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A35BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A35BF is #F5CA40. Grayscale: #373737. Windows color (decimal): -16108097 or 12530954. OLE color: 12530954.

HSL color Cylindrical-coordinate representation of color #0A35BF: hue angle of 225.75º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A35BF is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1053191-
CMYK0.950.7200.25
HSL225.75º90.05%39.41%-
HSV(B)225.75º94.76%74.9%-
XYZ10.86.3749.95-
YUV55.88204.2595.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.94%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 191 (75% from 255) = 75.20%
R=3.94%
G=20.87%
B=75.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10531910.950.7200.25225.7590.0539.41
HexA35BF5F48019e25a27
Octal126527713711003134213247
Binary10101101011011111110111111001000011001111000101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A35BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,53,191); }

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

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

 a { background-color: rgb(10,53,191); }

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

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

 span { border-color: rgb(10,53,191); }

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