#0B1EBE

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

Shades of Persian Blue #0B1EBE

Tints of Persian Blue #0B1EBE

Color information

#0B1EBE (or 0x0B1EBE) is unknown color: approx Persian Blue. HEX triplet: 0B, 1E and BE. RGB value is (11,30,190). Sum of RGB (Red+Green+Blue) = 11+30+190=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B1EBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1EBE is #F4E141. Grayscale: #292929. Windows color (decimal): -16048450 or 12459531. OLE color: 12459531.

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

Color convert

RGB1130190-
CMYK0.940.8400.25
HSL233.63º89.05%39.41%-
HSV(B)233.63º94.21%74.51%-
XYZ9.94.7249.1-
YUV42.56211.21105.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.76%
GREEN value IS 30 (12.11% from 255) = 12.99%
BLUE value IS 190 (74.61% from 255) = 82.25%
R=4.76%
G=12.99%
B=82.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11301900.940.8400.25233.6389.0539.41
HexB1EBE5E54019ea5927
Octal133627613612403135213147
Binary1011111101011111010111101010100011001111010101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,30,190); }

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

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

 a { background-color: rgb(11,30,190); }

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

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

 span { border-color: rgb(11,30,190); }

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