#0B35D7

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

Shades of Persian Blue #0B35D7

Tints of Persian Blue #0B35D7

Color information

#0B35D7 (or 0x0B35D7) is unknown color: approx Persian Blue. HEX triplet: 0B, 35 and D7. RGB value is (11,53,215). Sum of RGB (Red+Green+Blue) = 11+53+215=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 215 (84.38% from 255 or 77.06% from 279); Max value from RGB is 215 - color contains mainly: blue. Hex color #0B35D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B35D7 is #F4CA28. Grayscale: #3A3A3A. Windows color (decimal): -16042537 or 14103819. OLE color: 14103819.

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

Color convert

RGB1153215-
CMYK0.950.7500.16
HSL227.65º90.27%44.31%-
HSV(B)227.65º94.88%84.31%-
XYZ13.687.5265.02-
YUV58.91216.0993.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.94%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 215 (84.38% from 255) = 77.06%
R=3.94%
G=19.00%
B=77.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11532150.950.7500.16227.6590.2744.31
HexB35D75F4B010e45a2c
Octal136532713711302034413254
Binary10111101011101011110111111001011010000111001001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B35D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,53,215); }

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

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

 a { background-color: rgb(11,53,215); }

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

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

 span { border-color: rgb(11,53,215); }

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