#0B35CE

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

Shades of Persian Blue #0B35CE

Tints of Persian Blue #0B35CE

Color information

#0B35CE (or 0x0B35CE) is unknown color: approx Persian Blue. HEX triplet: 0B, 35 and CE. RGB value is (11,53,206). Sum of RGB (Red+Green+Blue) = 11+53+206=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B35CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B35CE is #F4CA31. Grayscale: #393939. Windows color (decimal): -16042546 or 13513995. OLE color: 13513995.

HSL color Cylindrical-coordinate representation of color #0B35CE: hue angle of 227.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B35CE is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1153206-
CMYK0.950.7400.19
HSL227.08º89.86%42.55%-
HSV(B)227.08º94.66%80.78%-
XYZ12.557.0759.1-
YUV57.88211.5994.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.07%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 206 (80.86% from 255) = 76.30%
R=4.07%
G=19.63%
B=76.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11532060.950.7400.19227.0889.8642.55
HexB35CE5F4A013e35a2b
Octal136531613711202334313253
Binary10111101011100111010111111001010010011111000111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B35CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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