#0B3FC7

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

Shades of Persian Blue #0B3FC7

Tints of Persian Blue #0B3FC7

Color information

#0B3FC7 (or 0x0B3FC7) is unknown color: approx Persian Blue. HEX triplet: 0B, 3F and C7. RGB value is (11,63,199). Sum of RGB (Red+Green+Blue) = 11+63+199=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 199 (78.12% from 255 or 72.89% from 273); Max value from RGB is 199 - color contains mainly: blue. Hex color #0B3FC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3FC7 is #F4C038. Grayscale: #3E3E3E. Windows color (decimal): -16039993 or 13057803. OLE color: 13057803.

HSL color Cylindrical-coordinate representation of color #0B3FC7: hue angle of 223.4º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B3FC7 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1163199-
CMYK0.940.6800.22
HSL223.4º89.52%41.18%-
HSV(B)223.4º94.47%78.04%-
XYZ12.227.7554.88-
YUV62.96204.7790.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.03%
GREEN value IS 63 (25% from 255) = 23.08%
BLUE value IS 199 (78.12% from 255) = 72.89%
R=4.03%
G=23.08%
B=72.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11631990.940.6800.22223.489.5241.18
HexB3FC75E44016df5a29
Octal137730713610402633713251
Binary10111111111100011110111101000100010110110111111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,63,199); }

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

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

 a { background-color: rgb(11,63,199); }

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

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

 span { border-color: rgb(11,63,199); }

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