#0B3BB8

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

Shades of Persian Blue #0B3BB8

Tints of Persian Blue #0B3BB8

Color information

#0B3BB8 (or 0x0B3BB8) is unknown color: approx Persian Blue. HEX triplet: 0B, 3B and B8. RGB value is (11,59,184). Sum of RGB (Red+Green+Blue) = 11+59+184=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 184 (72.27% from 255 or 72.44% from 254); Max value from RGB is 184 - color contains mainly: blue. Hex color #0B3BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3BB8 is #F4C447. Grayscale: #3A3A3A. Windows color (decimal): -16041032 or 12073739. OLE color: 12073739.

HSL color Cylindrical-coordinate representation of color #0B3BB8: hue angle of 223.35º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B3BB8 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1159184-
CMYK0.940.6800.28
HSL223.35º88.72%38.24%-
HSV(B)223.35º94.02%72.16%-
XYZ10.356.6646.09-
YUV58.9198.693.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.33%
GREEN value IS 59 (23.44% from 255) = 23.23%
BLUE value IS 184 (72.27% from 255) = 72.44%
R=4.33%
G=23.23%
B=72.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11591840.940.6800.28223.3588.7238.24
HexB3BB85E4401Cdf5926
Octal137327013610403433713146
Binary10111110111011100010111101000100011100110111111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,59,184); }

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

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

 a { background-color: rgb(11,59,184); }

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

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

 span { border-color: rgb(11,59,184); }

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