#0B30CC

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

Shades of Persian Blue #0B30CC

Tints of Persian Blue #0B30CC

Color information

#0B30CC (or 0x0B30CC) is unknown color: approx Persian Blue. HEX triplet: 0B, 30 and CC. RGB value is (11,48,204). Sum of RGB (Red+Green+Blue) = 11+48+204=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 204 (80.08% from 255 or 77.57% from 263); Max value from RGB is 204 - color contains mainly: blue. Hex color #0B30CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B30CC is #F4CF33. Grayscale: #363636. Windows color (decimal): -16043828 or 13381643. OLE color: 13381643.

HSL color Cylindrical-coordinate representation of color #0B30CC: hue angle of 228.5º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B30CC is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1148204-
CMYK0.950.7600.2
HSL228.5º89.77%42.16%-
HSV(B)228.5º94.61%80%-
XYZ12.096.5457.75-
YUV54.72212.2496.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.18%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 204 (80.08% from 255) = 77.57%
R=4.18%
G=18.25%
B=77.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal11482040.950.7600.2228.589.7742.16
HexB30CC5F4C014e45a2a
Octal136031413711402434413252
Binary10111100001100110010111111001100010100111001001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B30CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,48,204); }

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

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

 a { background-color: rgb(11,48,204); }

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

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

 span { border-color: rgb(11,48,204); }

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