#0B3EEF

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

Shades of Persian Blue #0B3EEF

Tints of Persian Blue #0B3EEF

Color information

#0B3EEF (or 0x0B3EEF) is unknown color: approx Persian Blue. HEX triplet: 0B, 3E and EF. RGB value is (11,62,239). Sum of RGB (Red+Green+Blue) = 11+62+239=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #0B3EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B3EEF is #F4C110. Grayscale: #424242. Windows color (decimal): -16040209 or 15678987. OLE color: 15678987.

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

Color convert

RGB1162239-
CMYK0.950.7400.06
HSL226.58º91.2%49.02%-
HSV(B)226.58º95.4%93.73%-
XYZ17.449.7582.62-
YUV66.93225.188.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.53%
GREEN value IS 62 (24.61% from 255) = 19.87%
BLUE value IS 239 (93.75% from 255) = 76.60%
R=3.53%
G=19.87%
B=76.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal11622390.950.7400.06226.5891.249.02
HexB3EEF5F4A06e35b31
Octal13763571371120634313361
Binary101111111011101111101111110010100110111000111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,62,239); }

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

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

 a { background-color: rgb(11,62,239); }

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

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

 span { border-color: rgb(11,62,239); }

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